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 ...
lbendlin
4 years agoSuper User
Keep in mind that with Direct Query the visuals are only updated when the user interacts with them. But normally a switching of pages should trigger a re-query. Use Fiddler or similar to investigate which actual queries are issues against your data source.