Forum Discussion
Different Values between Published Report and Desktop report for YTD
- 4 years ago
It looks like you're trying to do time intelligence against the date column of the A-4(PL) fact table, which is generally speaking a bad idea. You need to have a date dimension (aka calendar table) where you'll define the end of fiscal year which will let you use time intelligence functions without hardcoding a specific date in them.
You can use either Power Query or DAX to generate your date dimension, google with return a bunch of blog posts and videos.
It looks like you're trying to do time intelligence against the date column of the A-4(PL) fact table, which is generally speaking a bad idea. You need to have a date dimension (aka calendar table) where you'll define the end of fiscal year which will let you use time intelligence functions without hardcoding a specific date in them.
You can use either Power Query or DAX to generate your date dimension, google with return a bunch of blog posts and videos.