The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.