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 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