Forum Discussion
Anonymous
4 years agoNot applicable
Different Data shown on different pages from the same Data Source
Hi everybody, I have a weird situation here. I have one pbix with two pages that shows linear graphs from the same data source (Direct Query). The graphs shows information from the same data ...
v-henryk-mstf
4 years agoCommunity Support
Hi Anonymous ,
Your understanding is correct, the latest data will only be displayed when the measure is updated. Also I think you need to understand the difference between calculated column and measure.
- measure: calculates and returns results only when placed in the specified contextdoes not use memory; only when called, it uses cpu memory time
- calculated column: calculated based on the data loaded into the data model, the results are calculated from the current context data and saved in the form of a column; occupies memory, does not occupy the cpu computing time; increases the data refresh time
- For when it will trigger.
measure: is used specifically (query), interaction occurs (slicer, cross-filter)
calculated column: created for the first time; refreshes dataset
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.