Forum Discussion
Measure in graph returns inconsistent results when published to Service
- 2 years ago
I believe I have found the issue. It appears to be a case of auto-exist making assumptions, as detailed here:
https://www.sqlbi.com/articles/understanding-dax-auto-exist/
Setting filters on fields outside the summary table makes the results consistent between the desktop app and the service. The original data set uses references to other tables in a couple areas, which happen to be the areas I need to filter by.
I believe I have found the issue. It appears to be a case of auto-exist making assumptions, as detailed here:
https://www.sqlbi.com/articles/understanding-dax-auto-exist/
Setting filters on fields outside the summary table makes the results consistent between the desktop app and the service. The original data set uses references to other tables in a couple areas, which happen to be the areas I need to filter by.