Power BI DAX Tutorial (22/50) - What is Summarize function in DAX | Group By in DAX

  Рет қаралды 62,085

Analytics with Nags

Analytics with Nags

Күн бұрын

Пікірлер: 35
@hudzaifahhudzaifah-zv6yw
@hudzaifahhudzaifah-zv6yw 6 ай бұрын
This helped me so much to understand SUMMARIZE. I stuck for 2 days why the filter context does not work with my table.
@AnalyticswithNags
@AnalyticswithNags 6 ай бұрын
Welcome
@balaroxx2700
@balaroxx2700 5 ай бұрын
I am not able understand the summarize function bro can u explain it to me Summarize of table and we given the product name column so that it is going to display it in the new table right and we given a column for maxqts(measure) so it go display it also right .then why we are giving the max of sales quantity again when we have the maxqty (measure) already .
@balaroxx2700
@balaroxx2700 5 ай бұрын
So that only it can give the total max as a grand total..??
@sanjayanc1442
@sanjayanc1442 2 жыл бұрын
Hi. You might want to make another video on summarize fxn. The explanation is not as clear as other functions/videos. You are doing a great job btw.
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
Thanks keep learning
@pranavindi7152
@pranavindi7152 3 жыл бұрын
great explanation. Thank you...
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
You are welcome!
@ebogart42
@ebogart42 3 жыл бұрын
this helped a lot - thanks!
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
Glad to hear it! Keep Learning
@ChandraShekar-dt2sh
@ChandraShekar-dt2sh 2 жыл бұрын
Hi, Can u pls make video on to combine addcolumns & filter with Summarize...
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
Not sure what was the relationship between this
@Yaks_TV
@Yaks_TV 2 жыл бұрын
Hi, what if want to count those Product name with only MaxQnty = 3. . . I want to have it on Card Visualizations and reflect it. which in your example should result to 3 (Jeans Denim, Jeans Levis, and Jeans Zara, total of 3 in Card). What is DAX measure/formula? Thanks.
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
Not sure what is your question
@Lakshmi1010
@Lakshmi1010 3 жыл бұрын
Hi sir ..from where can I download all your datasets for my practice?
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
Datasets will be a available in the description. Check for data source. If files doesn't not exist you can use previously video files.
@Bloody_August
@Bloody_August 3 жыл бұрын
Hi! Can we apply these solution to summarizecolumns? thanks!
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
Yes. Try it
@banasaikrishna420
@banasaikrishna420 10 ай бұрын
Can we create the same summarize table in direct Query mode as well?
@AnalyticswithNags
@AnalyticswithNags 7 ай бұрын
Check playlists of this channel and explore topics on the similar line requested by you.
@poojamaurya5715
@poojamaurya5715 2 жыл бұрын
Hello.. I have a table contains columns comments and differtn month,i want to group the comments month wise..i am using group by..but its only applicable for single month ,when i am using same Group by dax with other column name its Showing error. A table of multiple values was supplied,plz suggest wht should be done..
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
Not sure about your question
@UniversalFacts-unknown
@UniversalFacts-unknown 3 жыл бұрын
Thanks sir. Can you please share a video on both summarize and addcolumns and differences b/w ..
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
Soon will make a video
@lawsonlutchman6921
@lawsonlutchman6921 2 жыл бұрын
Hi NAGS, wonderful video, I am trying to achieve the following summarized result, I have a measure that calculates the difference between 2 dates, another measure that categorizes the date differences as 1 Day, 2 Day and 3 Days and more. I need to count the occurrences of the day categories. I cannot create tables or columns as the source is a cube. I have tried.. 3DayCount = COUNTX(Summarize(FILTER('Leave Management','Leave Management'[DateDiff] = 3 ),"Leave 3 Day Category",'Leave Management'[DateDiff]),[DateDiff])
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
Can’t help much on the query in comments.
@rajeshkhanna8709
@rajeshkhanna8709 3 жыл бұрын
Hi I Have question that Min Or Max In table haveing highest Discount or lowest Discount Which supplier have min Discount I want ans like below Mohammed 1 I want ans Min Discount and Supplier name That into CARD Visual When we display same ans on card visual ans should be asc
@AnalyticswithNags
@AnalyticswithNags 3 жыл бұрын
Didn't understand your question.
@rajeshkhanna8709
@rajeshkhanna8709 3 жыл бұрын
@@AnalyticswithNags In card visual Is that possible show Min Discount Amount With Supplier name
@littlesplendidkids2814
@littlesplendidkids2814 Жыл бұрын
Supplier with Minimum Discount = VAR MinDiscount = [Minimum Discount] RETURN CONCATENATEX( FILTER('YourTable', 'YourTable'[Discount] = MinDiscount), 'YourTable'[SupplierName], ", " )
@shafa7668
@shafa7668 2 жыл бұрын
Didn't get it. Need to watch again hahaa
@AnalyticswithNags
@AnalyticswithNags 2 жыл бұрын
sure watch from playlist beginning
@umashankarverma3179
@umashankarverma3179 4 жыл бұрын
How to write condition like this in power bi 2> price< =5
@umashankarverma3179
@umashankarverma3179 4 жыл бұрын
Can u help me
@AnalyticswithNags
@AnalyticswithNags 4 жыл бұрын
Sure. Here is the condition. Price > 2 && price
Power BI DAX Tutorial (23/50) - What is UNION Intersect Except in DAX
11:48
Analytics with Nags
Рет қаралды 19 М.
Differences between GROUPBY and SUMMARIZE
28:30
SQLBI
Рет қаралды 39 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 97 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 17 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 33 МЛН
What is Selected Value in Power BI DAX Tutorial (26/50)
12:13
Analytics with Nags
Рет қаралды 43 М.
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 221 М.
📊 How to use Power BI DAX - Tutorial
37:28
Kevin Stratvert
Рет қаралды 1,1 МЛН
DAX Summarization Tricks in Power BI
12:51
Goodly
Рет қаралды 25 М.