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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a matrix visual and I want to hide the Grand toal for the % Complete To Date column (see snip) and want to display for others, how do I achieve this,
Solved! Go to Solution.
Hi @smjzahid ,
You may use this measure to replace [%complete to date] in the visual.
Measure = IF(ISINSCOPE('Table'[deliverable]),[%complete to date],BLANK())
Best Regards,
Jay
Hi @smjzahid ,
You may use this measure to replace [%complete to date] in the visual.
Measure = IF(ISINSCOPE('Table'[deliverable]),[%complete to date],BLANK())
Best Regards,
Jay
Hi,
You can use the below Dax to get the required output.
Appreciate the Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂
Regards,
N V Durga Prasad