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 Fiscal week values in columns that comes from a disconnected table because I need a sparkline at the end of all the Fiscal weeks(SVG used to recreate the volumes and sparklines). In the rows are the customer names. This records sales volumes per fiscal week.
Now Fiscal weeks in the column matrix shows all the future weeks with blank data. Is there a way to not to show these weeks?
To suppress the output from being rendered your measure needs to return BLANK() in those scenarios.