Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.