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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there, I have the following two measures:
- Number of Contracts = COUNTROWS(Contracts)
- Number of Contracts YTD = TOTALYTD([Number of Contracts];Calendar[Date])
The second measure works fine in most of my visuals, however I am having problems with a date-filtered matrix.
In the matrix I am filtering the visual by yesterday's month&day and I am showing the Number of Contracts YTD year by year (by placing Year in the matrix Rows).
When I do so, there is no difference between Number of Contracts YTD and Number of Contracts.
I tried nesting Calendar[Date] inside ALL, but it's not working (2020's data doesn't change, while earlier data disappears).
How can I handle it? Thanks
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...