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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
In the following table I only want to show the companies with ranking category TOP and hide ranking category REST, however I still want to show the total of TOP and REST in the total row at the bottom.
Any suggestions on how to achieve this?
Thanks!
Solved! Go to Solution.
@Anonymous - You could do something like this:
Measure 4 = IF(HASONEVALUE('Table (4)'[Column1]),IF(MAX('Table (4)'[Column2])="Rest",BLANK(),SUM('Table (4)'[Column3])),SUMX(ALL('Table (4)'),[Column3]))
See attached PBIX below sig. Page 4, table 4
@Anonymous , refer if these can help
https://community.powerbi.com/t5/Desktop/Top-5-and-others/td-p/165945
https://community.powerbi.com/t5/Desktop/Top-10-Other/td-p/51282
@Anonymous - You could do something like this:
Measure 4 = IF(HASONEVALUE('Table (4)'[Column1]),IF(MAX('Table (4)'[Column2])="Rest",BLANK(),SUM('Table (4)'[Column3])),SUMX(ALL('Table (4)'),[Column3]))
See attached PBIX below sig. Page 4, table 4
Thanks for your help.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |