Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 51 | |
| 46 | |
| 23 | |
| 19 |
| User | Count |
|---|---|
| 135 | |
| 110 | |
| 50 | |
| 31 | |
| 29 |