Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi All,
Please suggest how to have top 10 records (absolute value) in bargraph.
Thank you.
Solved! Go to Solution.
Thanks for ryan_mayu's concern about this issue.
Hi, @Snagalapur
I am glad to help you.
You can use Top N function in visual filter directly like ryan_mayu.
Or you can create two Measure:
AbsoluteValueMeasure = ABS(SUM('Table'[Revenue]))
Rank = RANKX(ALL('Table'), [AbsoluteValueMeasure], , DESC, Dense)
Then drag Rank to Filter Pane for filtering:
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for ryan_mayu's concern about this issue.
Hi, @Snagalapur
I am glad to help you.
You can use Top N function in visual filter directly like ryan_mayu.
Or you can create two Measure:
AbsoluteValueMeasure = ABS(SUM('Table'[Revenue]))
Rank = RANKX(ALL('Table'), [AbsoluteValueMeasure], , DESC, Dense)
Then drag Rank to Filter Pane for filtering:
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
could you please suggest why rank doesnt show top 10 instead i get top 9.
you can try to use the Top N function in visual filter
Proud to be a Super User!
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |