I have been struggling with this concept and this explanation with examples is the best!!
@AnalyticswithNags Жыл бұрын
Thanks keep learning
@mohanasivakumarvarma77282 жыл бұрын
your explanation is fantastic on these ALL and ALLEXCEPT ,no doubt about it. It would have been more better if you could give more explanation on context query, outside query and inside query but overall I feel happy after listening your lecture
@AnalyticswithNags2 жыл бұрын
Will make a video on this soon
@vitthalchavan75782 күн бұрын
Column names are missing for sales table that dataset you had provided for Practice.
@AnalyticswithNags2 күн бұрын
Thanks for highlighting.
@JunaidAkhtarKhan-b9p4 ай бұрын
Your way of teaching is last stop for beginner :)
@AnalyticswithNags4 ай бұрын
Thanks keep learning
@bornmodel37084 жыл бұрын
I found is very useful, you are doing wonderful job for all. I simply loved it, please keep helping us. I am eagerly waiting for you DAX remaining part, I mean 16/50 to 50/50.
@AnalyticswithNags4 жыл бұрын
We are working on it. We will keep uploading soon.
@siddheshdandagavhal98046 ай бұрын
ALL v/s ALLEXCEPT ALL removes all filter context applied on the data (ex: Calculate([Total Sales], ALL(Sales)) ALLEXCEPT removes all filter context except the mentioned fields. (ex: Calculate([Total Sales], ALLEXCEPT(Sales, Sales[Product Category]))
@cesarsaldana34293 жыл бұрын
Amazing......... Best Regards From Mexico.
@AnalyticswithNags3 жыл бұрын
Thanks keep learning. Share this channel with friends and colleagues
@aziserak47432 ай бұрын
thank you again best teacher
@AnalyticswithNags2 ай бұрын
Thank you great student. Keep learning. Share this channel with friends and colleagues
@mr.prasadyadav3 жыл бұрын
Thank you , It's very clear .if it's possible please do more video's on Dax functions at High level.
@AnalyticswithNags3 жыл бұрын
Almost 45+ videos there in DAX playlist which covers more than 60 DAX functions. This is enough to handle 90% of the business scenerios
@aryanverma97364 ай бұрын
Thank you for the brief explanation
@AnalyticswithNags2 ай бұрын
You are welcome!
@DIVI-EXP7 ай бұрын
I know we are using All fx here but just a query noob one though if we use % cat sales=DIVIDE(SUM(Sales[Total Sales]),[Total Sales]) will it give the same value as using All fx here ?
@krishnaRaog214 ай бұрын
Nice explanation
@sandipansarkar9211 Жыл бұрын
finished watching
@AnalyticswithNags Жыл бұрын
Glad to help
@mahadevshingade18222 жыл бұрын
very good explanation sir now its cleared request to you could you please guide on how to work with large amount of data in power bid like data with more than 10 millions rows
@AnalyticswithNags2 жыл бұрын
Check power bi model videos
@bhaveshrawat13642 жыл бұрын
Thanks for this.!
@AnalyticswithNags2 жыл бұрын
Thanks keep learning share this channel with friends and colleagues
@ashishmohan47074 жыл бұрын
Hi very useful video and very practical need everyone for every project ......very big thanks to share with us. If it can possible can you plzz provide us excel data file which you used. Very greatful for us...👌👌👌👌👌👌👌👌💐💐💐💐🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂
@AnalyticswithNags4 жыл бұрын
Yes, sure
@ashishmohan47074 жыл бұрын
@@AnalyticswithNags thanks
@HemanthKumar-lb4xt Жыл бұрын
Pls make a video on dynamic Top N function.
@AnalyticswithNags Жыл бұрын
Check channel playlists
@kunwarmaurya20252 жыл бұрын
Thanks very much
@AnalyticswithNags2 жыл бұрын
Welcome
@paramgandhi63612 жыл бұрын
Can this function work with measures?
@AnalyticswithNags2 жыл бұрын
Thanks keep learning share this channel with friends and colleagues
@sivan5893 жыл бұрын
How to use allexcept function in between tables ..I mean two tables...
@AnalyticswithNags3 жыл бұрын
Not sure what is your question
@sravankumar17674 жыл бұрын
Nice explanation..
@AnalyticswithNags4 жыл бұрын
Thanks for liking
@adventuresofvyomandkeshav30362 жыл бұрын
Thanku sir
@AnalyticswithNags2 жыл бұрын
Thanks keep learning share this channel with friends and colleagues
@vert87474 жыл бұрын
How to use allexcept (), within IF() condition?
@AnalyticswithNags4 жыл бұрын
can you elaborate your requirement. or Email your requirement with more explanation to analyticswithnags@gmail.com
@husspirit4 жыл бұрын
Hi, If i have 2 allexept in the calculate formula , does the order matters ? Example : Allexcept(city ), Allexept( country ) is different from Allexcept(country ), Allexept( city) ?
@AnalyticswithNags4 жыл бұрын
It shouldnt be , will check
@sudipsen3677 Жыл бұрын
Please change microphone which you had used.
@AnalyticswithNags Жыл бұрын
Check the New videos
@SunilKumarMutte4 жыл бұрын
Hi, first thing I would like appreciate for the video, making me to understand ALL and ALLEXCEPT, I have created a measure with following formula allsalesbycountry = CALCULATE(SUMX(Sales,Sales[SalesAmount]+Sales[Freight]),ALLEXCEPT(Territory,Territory[Country])) I have a doubt, now I have a column "Gender" from another table "customers", if there is a slicer with gender, when I click on Male or female using slicer, data is getting updated in "allsalesbycountry", so please clarify how to avoid filtering another column from another table also? Thanks in advance
@AnalyticswithNags4 жыл бұрын
How your both table are associated ? Query Join or PBI ?
@gaganhs92423 жыл бұрын
All function removes all the filter from the table..that’s the crux