Тёмный
SQLBI
SQLBI
SQLBI
Подписаться
Learn and optimize DAX with Marco Russo and Alberto Ferrari - Visit www.sqlbi.com/?aff=yt.

We are experts on DAX and Data Modeling for Power BI, Analysis Services, and Power Pivot.
Visit our website to get more than 200 free articles, books, videos, and courses.

Free video courses:

- Introducing DAX: sql.bi/introdax/?aff=yt
- Introduction to Data Modeling for Power BI: sql.bi/intromodeling/?aff=yt

Advanced video courses:

- Mastering DAX: sql.bi/masterdax/?aff=yt
- Optimizing DAX: sql.bi/optimizedax/?aff=yt
- Data Modeling for Power BI: sql.bi/modeling/?aff=yt
- Power BI Dashboard Design Course: sql.bi/dashboard/?aff=yt
- SSAS Tabular Course: sql.bi/tabular/?aff=yt
- Power Pivot Workshop: sql.bi/powerpivot/?aff=yt

Our latest books:

- The Definitive Guide to DAX - 2nd edition: sql.bi/guidetodax/?aff=yt
- Analyzing Data with Power BI and Power Pivot for Excel: sql.bi/modelingbook/?aff=yt
DAX Optimizer overview - Unplugged #56
49:34
3 месяца назад
Improve data labels with format strings
21:21
3 месяца назад
Introducing SQLBI Days
3:25
3 месяца назад
DAX limitations with row level security RLS
20:01
3 месяца назад
Optimizing time intelligence in DirectQuery
18:09
4 месяца назад
Using tuple syntax in DAX expressions
32:24
5 месяцев назад
What happened in DAX in 2023
9:09
5 месяцев назад
Using join functions in DAX
40:30
6 месяцев назад
Optimizing callbacks in a SUMX iterator
14:10
8 месяцев назад
Finding products without sales by using DAX
20:48
9 месяцев назад
Комментарии
@davidmorrical9763
@davidmorrical9763 День назад
Mr. Ferrari, thank you sir. I wish I had found this video 40 minutes ago but very glad nonetheless. So clean and simple! Tried other methods/videos to no avail.
@brendali5803
@brendali5803 День назад
Thanks a million! Very insightful!!!
@AtulayaShrivastava
@AtulayaShrivastava День назад
Great Visualization, Where can I get this data set??
@SQLBI
@SQLBI 13 часов назад
Download the sample file from the related article, the link is in the description!
@tibibara
@tibibara День назад
Brilliant tutorial, thanks!
@Phongtrung02
@Phongtrung02 День назад
This video literally saves me from my job fired, thanks alot
@vijaykrishnan4151
@vijaykrishnan4151 День назад
Thank you Marco
@ceciliocbaroperez8815
@ceciliocbaroperez8815 2 дня назад
Marvellous explanation! Many thanks!
@RubenCarlosCalderonValladares
@RubenCarlosCalderonValladares 2 дня назад
Very clear explanation of an often bypassed topic by beginners. Excellent content as always!
@user-lm5wb8vi1x
@user-lm5wb8vi1x 3 дня назад
Finished watching
@sindibad602
@sindibad602 3 дня назад
Finally the so waited pedagogical paradigme shift from Sqlbi
@radu_sirbu
@radu_sirbu 3 дня назад
great video! please, keep doing these visual representations.
@ivanrybalchenko7225
@ivanrybalchenko7225 4 дня назад
Brilliant explanation!
@allabout1135
@allabout1135 4 дня назад
Good video and and agree with idea in behind, but what about Power BI tool it self? Is it easy to learn? Is it clear with what to start learn Power BI? Is it intuitive and how many exceptions in functionality need to keep in mind when You start to use it. So what is 20/80 needed to know in Power BI to get in average knowledge? Can be applied rules like 3/30/300 to Power BI tool it self? Sorry for to much questions above but its not fair that to create something simple and easy to read by going through madness to create it.
@huseyinburaktasci1638
@huseyinburaktasci1638 4 дня назад
Excellent tutorial Kurt! Thanks to your clear guidance, it was easy to grasp how the reports could be more efficient and effective. Thank you for the content. Much appreciated!! Big fan of you guys :)
@zxccxz164
@zxccxz164 5 дней назад
what is the purpose of using this: ISSELECTEDMEASURE (xxxx If you had another table and put total quantity on it, total quantity measure still changes. You have to stop interactions between the slicer and new table.
@TomGee-n1n
@TomGee-n1n 5 дней назад
How do you filter a virtual table inside a measure using a selectedvalue from a disconnected slicer? The filtered table returns no data - as if the selectedvalue were returning multiple values - but it is not! If I put a default value in the selectedvalue variable it works as expected, and likewise if I return just the selectedvalue variable - it dynamically shows the value selected in the slicer. Yet the selected value doesn't seem to be recognized when used to filter the virtual table. Help!?
@SQLBI
@SQLBI 2 дня назад
SELECTEDVALUE returns a single value, you should use VALUES to get all the selected values. Indeed, SELECTEDVALUE internally uses VALUES; as described in dax.guide/selectedvalue/
@TomGee-n1n
@TomGee-n1n 5 дней назад
why can't I define a variable using selectedvalue from a disconnected slicer table to be used to filter a virtual table? It seems to think more than one value is being returned in the variable, when it is not. If I add a default value it works perfectly. If I return the selectedvalue variable it works perfectly, showing the selected value from the slicer. But when I try to filter the table using the selected value variable it returns no data. I know this is not a new issue, I just don't understand how to get around it! Help me Alberto - you're my only hope!
@TomGee-n1n
@TomGee-n1n 5 дней назад
How do you limit selectedvalue to return only one value so that it can be used to filter a virtual table?
@baskis69
@baskis69 5 дней назад
Un video spettacolare... Marco spiega in modo magistrale¡¡¡
@GabrielCarreraBloise
@GabrielCarreraBloise 5 дней назад
awesome
@sopauljauck4163
@sopauljauck4163 6 дней назад
Thank you for the video. I was able to follow along until you brought in Tabular Editor because I don't have it.
@SQLBI
@SQLBI 5 дней назад
Tabular Editor 2 is free and open source: www.sqlbi.com/tools/tabular-editor/
@sopauljauck4163
@sopauljauck4163 5 дней назад
@@SQLBI Thank you for the reply. Unfortunately we cannot install without approval and without admin credential. I do have a separate question. I'm struggling to make this appen in Powerbi. I need to create a graph that allows users to enter range 1-5 of years. Then they select different type of periods last month, last 6 months, last quarter, last year. The result on the graph is to show previous comparisons going back the many years selected in the range. Do you have a vid or a guide that you can recommend? I'm only seeing yoy or 2 comparisons in my searches. Thank you in advance.
@IsaiahJones-ty1tx
@IsaiahJones-ty1tx 6 дней назад
Absolute legends! This is a wonderful resource to learn from and especially to share with new developers!
@RobertoStaltari
@RobertoStaltari 6 дней назад
Let's not forget that if the year used from a calendar dimension table is sorted by some other column of that table, also this sorting column is part of the filter. I learned this lesson in the hard way 😢
@borisev1097
@borisev1097 6 дней назад
Great explanation as always Marco. What is the reason in case I want to calculate sales amount that is not blue, but want to use color slicer and that gives me a static value and not filtered by the color slicer. Not Blue Measure = CALCULATE([Sales Amount], 'Product'[Color] <> "Blue"). I had to use KEEPFILTERS or FILTER in order to work and use the slicer. Thanks!
@Han-ve8uh
@Han-ve8uh 6 дней назад
This video shows how to make changes to filter contexts, but how do we know what the initial filter context is? Is it always explicitly defined in a measure? I'm concerned certain visuals or default summarization settings implicitly define contexts that can't be easily seen by clicking measures and seeing their dax formulas. For example if i come across a visual, shoui ld look in the fields to find definitions of measures to understand the starting context? How to make sure all existing filters are accounted for exhaustively? What other places can they exist in? (This video shows filter pane is a source of existing context too) For overwriting/keeping contexts does it propagate through the entire lineage of definitions? For example 16:06 shows Bnechmark 2017 measure depends on another measure Sales 2017 which depends on Sales Amount.
@SQLBI
@SQLBI 4 дня назад
The purpose of DAX is to enable writing measures that work in any context. You can explore the filter context for debugging purposes with the debugger integrated in Tabular Editor 3, or by creating a special measure in the tooltip (DAX Studio has a feature to create it automatically) as described in www.sqlbi.com/articles/displaying-filter-context-in-power-bi-tooltips/
@avecNava
@avecNava 6 дней назад
Filter Context NOT a myth anymore. #SQLBI team never disappoints us.
@Pakaamtbencho
@Pakaamtbencho 7 дней назад
The faster u create the file the stringent deadline will become.💀💀
@erinfield1943
@erinfield1943 7 дней назад
7:45- why does Product to Brand need to be bi-directional? We have this second kind of bridge table in real estate: a borrower can have multiple collateral, and conversely, a collateral can be connected to multiple loan numbers (ie. pari-passu loans). So you need an intermediary loan-to-property code table between the Loan and Property tables. This is one-to-many-to-many-to-one, and it's uni-directional and it works just fine for Loan to filter Property.
@erinfield1943
@erinfield1943 7 дней назад
3:00- bridge table type 1 (new information) (one-many--many-one) 7:30- bridge table type 2 (no new information) (many-one-one-many) (won't slow down your model if there are only a few hundred rows)
@Bremerhaven_Rocks
@Bremerhaven_Rocks 7 дней назад
Love those visual representation. Truly a picture is worth a thousand words. Combined with clear and precise explanation. Priceless.
@Davide73
@Davide73 7 дней назад
Should we always use KEEPFILTERS? My question is based on the assumption we cannot control if an user adds an external filters, for example just for filter a location or an year... if in our measure we use the "same filter", we overwrite the user filter... so isn't it safer to always use it?
@SQLBI
@SQLBI 7 дней назад
It depends, see www.sqlbi.com/articles/best-practices-for-using-keepfilters-in-dax/
@Davide73
@Davide73 7 дней назад
@@SQLBI Thank you!
@manggnorora
@manggnorora 7 дней назад
Thank you so much, it helped clear up a lot of confusion about filters.
@SivaKumar-hg4ps
@SivaKumar-hg4ps 7 дней назад
Thank you for the great lecture sir. Sir, I have one doubt. Above this, it is very useful to see month-wise. I tried the above concept month-wise and it successfully worked. But if I filter by 'Date[Date] in sales amount by date wise in chart, it does not work. Will we be able to find date-wise information for the above concept, sir? For example, if I clicked June 2024 in Slicer, the table showed the last 3 month values. If I filtered by 'Date'[Date] in the date-wise sales amount in the chart, the matrix table did not show the date-wise filtered value. It shows only that month wise Value . Kindly, give me solution for this concept Sir.
@ivanak7149
@ivanak7149 7 дней назад
hey, I really like your videos. very useful, thanks for sharing 🙂
@geopolityk1160
@geopolityk1160 7 дней назад
This is beatiful. You are stepping up your visauls game. Way to go, looking forward to more!
@lmblancoancos
@lmblancoancos 7 дней назад
Thank you very much Marco. Fantastic explanation as always 😄
@jorrellbonner5303
@jorrellbonner5303 7 дней назад
Wow. I never comment on videos, but this one was actually very, very helpful. Yes. More colorful, simple visuals to convey complex info. :) Kudos!
@gvitullib
@gvitullib 7 дней назад
Thanks for this article/video Marco. Filter context can be complicated, even for expert Dax developers. Articles like this are a must, getting back to the basics.
@salosteysv
@salosteysv 7 дней назад
Thanks for such a detailed explanation! Very useful and interesting.
@manikantabalusa6896
@manikantabalusa6896 7 дней назад
Row context visually please 😂
@SQLBI
@SQLBI 7 дней назад
Coming in July/August!
@marcelolacoppola7163
@marcelolacoppola7163 8 дней назад
Great video !!! Thanks for sharing, Marcelo, Buenos Aires, Argentina
@faisalag9611
@faisalag9611 8 дней назад
Nice explanation. Can we have row context and context transition videos in same format. Thank you
@SQLBI
@SQLBI 7 дней назад
Coming in July/August!
@lionels839
@lionels839 8 дней назад
Alléluia !!
@dg_calderon
@dg_calderon 8 дней назад
me costo un poco seguir el video ya que lo veo con subtitulos en español, asi que lo repeti y detuve hasta entender un poco... seria muy bueno que se pudiera traducir los videos a diferentes idiomas. Saludos desde Colombia.
@SQLBI
@SQLBI 7 дней назад
We evaluated that, but it's too expensive for now. RU-vid will likely implement not too far in the future.
@th3n0rthsid3
@th3n0rthsid3 8 дней назад
The visuals (Whiteboard) really helped, thanks!
@GuiSaviolo
@GuiSaviolo 8 дней назад
I didn't quite understand the last example. Are the net price items with value above 600 going to be used in the calculation?
@SQLBI
@SQLBI 7 дней назад
No, because all filters (the orange one and the blue one) are active at the same time.
@fpa89
@fpa89 8 дней назад
Very nice video and well produced
@bradj229
@bradj229 8 дней назад
Thanks for taking the time to test ChatGRT-4o vs DAX. It's one thing for a typical developer to give their opinion, it's another for the Godfather to do so 🙂.
@marcellinehouabolet8273
@marcellinehouabolet8273 8 дней назад
Fantastic!
@DeronHuskey
@DeronHuskey 8 дней назад
I still get wrapped around the axle sometimes when it comes to filter context. This video helped to clear a few things up. Thanks.