How do you handle issues with time intelligence functions when your dataset doesn’t have a continuous date range?
I'm working on a Power BI project and facing issues with time intelligence functions due to missing dates in my dataset. Since DAX functions like TOTALYTD need a continuous date range, the gaps are affecting calculations.
What are the best ways to handle this and ensure accurate time-based analysis? Any guidance on creating a continuous date table or other solutions would be helpful!