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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi there,
I have created a measure to calculte YTD debits like this:
Solved! Go to Solution.
You are using a date from your fact vwOPEX_REPORTING. It means when you view by Account, you might have few dates missing for few accounts. And if there are missing dates the time intelligence function might not give the correct results.
Please create a separate calendar and use it
https://docs.microsoft.com/en-us/dax/calendar-function-dax
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
You are using a date from your fact vwOPEX_REPORTING. It means when you view by Account, you might have few dates missing for few accounts. And if there are missing dates the time intelligence function might not give the correct results.
Please create a separate calendar and use it
https://docs.microsoft.com/en-us/dax/calendar-function-dax
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions