Forum Discussion
KernChrisW
3 years agoNew Member
Separate Refresh Schedule for Single Element on a Shared Dataflow?
Greetings all; I manage a multi-page report and dashboard used by multiple departments in a firm. It relies on Power BI Data flows for its data refreshing, and that refreshing schedule is about o...
collinq
Super User
3 years agoHi KernChrisW ,
There is no way to do that within a single report. You could get that one element separately in a separate report and set the refreh time for that report to be the 5 times a day.
But, the next issue would then be that you want to combine those two reports. The best way to do that is most likely to create a dashboard that uses both reports OR you could just use a tab in one report to refer to the other report's output and that would allow you to keep one report.
- KernChrisW3 years agoNew Member
what about using Power Query .... to create variables and its own measure table that wouldnt be used for any other element/report....and that query had the time visibility build into it. If this timeframe then true, else () etc?