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 August 31st. Request your voucher.
Do I need to add a filter in the measure or summarize a table? I have no idea. Any help would be appreciated and if anyone has any idea on how to have a measure ignore a custom date hierarchy for the above so I can shorten the months to "mmm" that would be great I have been unsuccessful getting it to ignore the page filter with using a custom hierarchy.
Thank you in advance for any guidance.
Read about the FILTERS function and incorporate that into your measures. To suppress certain data point have the measure return BLANK() for them.
Appreciate the response. I do understand how FILTERs work, but I have trouble with it then applying ALLEXCEPT in the same instance as it will only show the [Total Resolved] for September (the month value selected in the page filter).
Any advice?