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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
Can we have databar on Grandtotal of the matrix visual ?
As I know, we can in value, through conditional formating, but what I need is only in Grand total only (the last column)
Thanks,
Solved! Go to Solution.
hi, @admin_xlsior
Yes, you could get it as this way:
For example:
This is a simple sample data
and this is matrix visual
Now create a measure by this logic
Measure = IF(ISFILTERED('Table'[Level2]),BLANK(),SUM('Table'[Value]))
Result:
and here is sample pbix file, please try it.
Regards,
Lin
hi, @admin_xlsior
Yes, you could get it as this way:
For example:
This is a simple sample data
and this is matrix visual
Now create a measure by this logic
Measure = IF(ISFILTERED('Table'[Level2]),BLANK(),SUM('Table'[Value]))
Result:
and here is sample pbix file, please try it.
Regards,
Lin
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!