TopN CONFUSION in Power BI | When the Top3 DOESN'T return 3 items

  Рет қаралды 52,994

How to Power BI

How to Power BI

Күн бұрын

Пікірлер
@rantaleksi7086
@rantaleksi7086 2 жыл бұрын
You are by far the best Power BI teacher I've found on KZbin. Your examples are well thought, and I like it that you walk through the mistakes that anyone would likely face when building measures or visuals. Keep it up :)
@bimalpatel7758
@bimalpatel7758 Жыл бұрын
Then you not seen video of excelisfun guys
@1thiagocruz
@1thiagocruz 9 ай бұрын
Totaly agree.
@Luc-tk5oy
@Luc-tk5oy 2 жыл бұрын
Out of all KZbinrs on PowerBI, I love your explanations most! Question, if you wanted to select the top 2, but exclude 1 specific employee (for example, exclude Sally Grant; 12k), how would that be done? In my case, I have a 'other' category, which I never want to have shown.
@williamarthur4801
@williamarthur4801 Жыл бұрын
Great video on my bugbear function, also thanks for reminding us all about wrapping the Sum in calculate if not using a measure, it's one of those really important things and could have a video in it's own right as to when and when not necessary.
@adityaagrawal9736
@adityaagrawal9736 Жыл бұрын
You are always my savior. I always find solution for my PowerBi problems.
@uberleetmike
@uberleetmike 7 ай бұрын
I am subscribing to your page after this example. Exactly what I was looking for including the "ALLSELECTED" based on multiple key fields. Thank you!
@madiakns
@madiakns 3 жыл бұрын
TopN confusion is "Ranked" high in my all dax confusions. 😊
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Haha 😄 i guess you are not the only one 😉
@YourFavoriteYoutuberVivaan
@YourFavoriteYoutuberVivaan 2 жыл бұрын
Your ideas and way of explaining are awesome! Instead of using parameter for top 10 filtering , whether adding slicer with column ( employee ranked based on salary) would also work? The slicer can filtered for 10 values.
@joaquimcosta952
@joaquimcosta952 2 жыл бұрын
I discovered this channel only now. Very useful. Thanks for your work.
@DilbagSingh-vf6gv
@DilbagSingh-vf6gv 7 ай бұрын
hey, in explained scenario in the video, isn't 'IF' function working in reverse, as 'IF' condition is if employee rank is >= 20 then return 1 and in filter we add "is =1" which then filters ranking >= 20 and return all the values.
@sanks4u
@sanks4u 3 жыл бұрын
Nicely explained, now no confusion. I like all your videos. Those are very helpful!!! Thanks!!!
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
thank you for watching Sanket!!! 🙂
@DilbagSingh-vf6gv
@DilbagSingh-vf6gv 7 ай бұрын
In my case, i need Top 20 and Bottom 20 customers based on their NetSales when i select slicer "Top 20 Customers" and Bottom 20 Customers" respectively. can this be achived with explained approach in the video? please share your insight why Below measure is not working CustomerTopNfilter = VAR x = IF ( [CustomerRanking] [Measure which returns x value when Bottom 20 Customer slicer is seleceted],0 ) ) return x
@virajphadnis
@virajphadnis 3 жыл бұрын
One more clear and useful video, I make it a point to use most of these whenever required, really helpful for many of us. Thanks
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Great to hear! thx Viraj!!! 😀
@pankajpatle5970
@pankajpatle5970 2 жыл бұрын
Hey Bas, Your videos are really helping me in my work. I have to project Bottom 10 or 20 in my project but it should exclude zero values. How can it be done? Your help would be really appreciated.
@syedmaazsaif
@syedmaazsaif 2 жыл бұрын
Is there a way to have top n filter to ingore a product and move to next one. Like if i want to not include product 3 but instead want 4 then 5 etc . Is this possible
@shanzeafreen8335
@shanzeafreen8335 Жыл бұрын
Will this approach work if my measure (total salary in your example) is a product function of two column from different tables. Confused what table should I refer while writing rankx. #howtopowerbi
@529deepaks
@529deepaks Жыл бұрын
Hi Bas, Thank you for amazing videos. I need one urgent help. I want 3 card visuals in my report. First will show highest selling brand along with sales amount, second will give second highest selling Brand along with sales amount and similarly for third. I tried a lot but no luck. Can you pls guide me here with measure or anything. Thank you!
@VinyuS
@VinyuS 2 жыл бұрын
I have a similar issue but in my case i really have to calculate with only 10 in case of TOP10, if i take your example how could you calculate the average salary of the 10 best payed employee?
@rvheadhunter
@rvheadhunter 2 жыл бұрын
Bas, how to count RT % of sales - total qty
@enricomeggio84
@enricomeggio84 6 ай бұрын
Can anyone explain me how to obtain the right total of the topn rows?
@vini_sepol
@vini_sepol Жыл бұрын
You helped me a lot! Thank you so much for this amazing content!
@ccm284
@ccm284 7 ай бұрын
you solved my problem in 9 seconds.
@arinbose5778
@arinbose5778 3 жыл бұрын
Sir i cant find the filter type option in my sliced chart or other visual reports. Please help
@Crysteps
@Crysteps 3 жыл бұрын
Hey Bas, Thank You for your videos. I'm a new subscriber and am really enjoying the way you teach DAX. Any thoughts on the New "Upgraded" DAX Intellisense that came out with the latest PBI Update ? ;)
@anoopdube9581
@anoopdube9581 Жыл бұрын
RANKX function is not throwing expected outcome. Happy to share my code if you like. Any help will be highly appreciable.
@DilbagSingh-vf6gv
@DilbagSingh-vf6gv 7 ай бұрын
hello
@hainsay
@hainsay 3 жыл бұрын
In the same vein of difficulty selecting things, if I have a measure that is limited by a date range, and I want to show all the dates in the range even if the measure has a value of zero, how do I go about that? All my attempts end up with "all dates" in my date table
@hainsay
@hainsay 3 жыл бұрын
Found a solution but I don't like it too much measurename = vars and stuff var firstdate = var lastdate = return measure calculation + if (min(calendar date) = firstdate, 0, BLANK() )
@danielsiffredi8403
@danielsiffredi8403 3 жыл бұрын
That was art! this open my mind to do some very cool things on my reports. thanks!
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Awesome 👊 ! Haha art 🎨 , too much credit 🤣 .. thx Daniel!!!
@RakeshKumar-gr1yg
@RakeshKumar-gr1yg 3 жыл бұрын
Awesome videos, great content everytime, kudos to that!!!! Although I have a question, what if we want to see the rank of a department also in the same visual? could you please throw some light on that.
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
will do, that topic deserves a video on its own
@navneettaneja3198
@navneettaneja3198 2 жыл бұрын
on distinct value can we use
@500iq6foot8
@500iq6foot8 3 жыл бұрын
Anyway to get a chart to auto drill down when only one item is left in the filter?
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
I don't think that's possible 🙄
@rvheadhunter
@rvheadhunter 2 жыл бұрын
@@HowtoPowerBI please help, how to count % of running total - total qty
@RobertoStaltari
@RobertoStaltari 3 жыл бұрын
You've used both ALLSELECTED and REMOVEFILTERS. Are they interchangeable?
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Hi Roberto, thx for watching! They are not the same -> When used inside of the calculate function both ALL and REMOVEFILTERS are the same. ALLSELECTED would remove the filters from the visual, but not outside filters (from a slicer, filter panel or other visual). In the rankx function I use the all function to return all the rows in a table, or all the values in a column, ignoring filters, and allselected if you want to keep filters from outside the visual. The rankx function then iterates over that table. REMOVEFILTERS can only be used to clear filters but not to return a table like all and allselected, so therefore wouldnt be an option here.
@rvheadhunter
@rvheadhunter 2 жыл бұрын
@@HowtoPowerBI please help, how to count % of Running total of sales - total qty ??
@gulmohar5441
@gulmohar5441 3 жыл бұрын
Thank you for the video, great content. Could you also please do a video on showing a random set of rows from a table? Like if I have 1000 records for the given context and I need to see 10 random rows, not based on any ranking, so that the next time I need to see 10 rows, they'll be different from the ones I saw earlier.
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
thanks for the Idea Gulmohar! sounds interesting, what is the practical application you need it for?
@TechTeacherTT
@TechTeacherTT 3 жыл бұрын
This is very useful for me and lots of other people!!
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
So nice to hear, thx for watching 😊
@TechTeacherTT
@TechTeacherTT 3 жыл бұрын
@@HowtoPowerBI no worries. I think the topN funcfion can indeed be very confusing especially when thinking about rank . That's why I wanted to dedicate a video to it as well. In th
@rvheadhunter
@rvheadhunter 2 жыл бұрын
@@HowtoPowerBI please help, how to count % of running total - total qty..
@ashishmohan4707
@ashishmohan4707 3 жыл бұрын
Wow again with new amazing video bas
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Thx so much Ashish 😀
@trinhtruong4392
@trinhtruong4392 3 жыл бұрын
so touching for an excellent video
@harishstark
@harishstark 3 жыл бұрын
Scheduled refresh is slow when compare to manual refresh You guys know anyother way to do automatically using other apps Like power shell or python
@joserobertodantas1516
@joserobertodantas1516 Жыл бұрын
Nice video... Btw, I was expecting a solution so the Top3 would return 3 items =/
@mehdihammadi6145
@mehdihammadi6145 3 жыл бұрын
Thanks for sharing
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
thx for watching Mehdi 😀
@matthiask4602
@matthiask4602 3 жыл бұрын
very helpful, thx!
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Glad to hear that! thx Matthias! 😀
@isjajo
@isjajo 3 жыл бұрын
This was very helpful, thx
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
😀 thanks for watching Jacob
@rajm5349
@rajm5349 3 жыл бұрын
useful video thnks fr that, bt i did not understand % concept
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
thx Raj! Let me clarify TopN% -> If you want to return those employees that earn more than the median salary - that would be top 50% .. in the video I make that a bit more flexible and you could also choose any % , for example top10% employees based on salary
@oleg.ostrokomorets
@oleg.ostrokomorets 2 жыл бұрын
Это прекрасно!
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
Спасибо :)
@sands7779
@sands7779 2 жыл бұрын
so clear
@stephanemesnildrey105
@stephanemesnildrey105 Жыл бұрын
Hello Top👍 de "France"
@frankgovers8420
@frankgovers8420 2 жыл бұрын
Bas, great!! Cudo's
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
thank you Frank 😊
@sonalisahu806
@sonalisahu806 3 жыл бұрын
First like 👍
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Yey 😁🥳
@sonalisahu806
@sonalisahu806 3 жыл бұрын
@@HowtoPowerBI Thanks for sharing this video 👌 It will resolve all the issues faced in TOPN 🙂
@emilyamalkin4367
@emilyamalkin4367 2 жыл бұрын
You are an amazing teacher!
@schajuli1991
@schajuli1991 Жыл бұрын
RankByAmountFails = RANKX(ALLSELECTED(DimCustomer),SUM(DimCustomer[Amount])) What is wrong with this one? It is still giving me always 1 for ranking although the amounts are different. E.g. the following is working as supposed ... RankyByBirthdayWorking = RANKX(ALLSELECTED(DimCustomer),FIRSTDATE(DimCustomer[BirthDate])) Edit: Ok, I see using Calculate or using a Mesure for Sum is the way to go again here .... Edit2: Ok, I should first watch videos till the end :D
Improve your VISUALS I How to turn a MEASURE into a KPI in Power BI
13:27
Show TopN Products and Others in Power BI
24:48
Goodly
Рет қаралды 72 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 34 МЛН
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 30 МЛН
SUPERCHARGE VISUALS in Power BI | Add KPIs to Titles
20:13
How to Power BI
Рет қаралды 91 М.
3 Ways to use Calculation Groups You Need to Know
20:00
How to Power BI
Рет қаралды 81 М.
HOT TAKE on the New Power BI List Slicer
15:31
How to Power BI
Рет қаралды 42 М.
Writing a DAX query using TOPN
14:43
SQLBI
Рет қаралды 34 М.
Compute a ranking based on multiple columns
22:59
SQLBI
Рет қаралды 57 М.
Fields Parameter in Action I Practical Examples
15:14
How to Power BI
Рет қаралды 135 М.
My 3 SECRETS for Power BI Parameters You MUST TRY!
25:58
How to Power BI
Рет қаралды 48 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 34 МЛН