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 ...
Anonymous
4 years agoNot applicable
I think I have found the root cause, it is because of the Measures, that are not being refreshed as it used to.. Because in one page I show data directly from the data source (and it is updated up to date), but in the other page I show Measures and they have not been updated since one week ago.
How can I make Measures to be updated again as it used to?
Many thanks for your help!
Marina
- lbendlin4 years agoSuper User
Measures are recomputed every time the user interacts with the report visuals and filters. Calculated columns are recomputed once during dataset refresh.
It gets a little more complicated with composite data model that have local copies. Is that the case for you?