Forum Discussion
Time Intelligent measures transferred to Paginated Report
I'm working on creating a paginated report connected to a Power BI Service dataset. I have time intelligence measures calculating MTD, YTD, Prior Year, All dates, etc. using a date table and a fact table. When bringing them into a paginated report and using a cascading parameter for the dates that filter the fact dataset I'm not getting the expected result.
Does anyone know how to do this? For example, selecting February (2/1 - 2/29) for my start date and end date parameters would give a MTD value for February 2020, YTD for January + February 2020, a PY of February 2019 and all dates regardless.
For what I've got selecting 2/1-2/29 will only return the sum of the rows created in those dates.
2 Replies
- Greg_Deckler
Community Champion
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-TITHW/m-p/434008- foomanschu13
Advocate I
So if I understand you correctly, you would use a max date instead of a range of days. This would have to be the end of a period (week, day, month, etc.) then for it to work, correct?