Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hej Folks,
Hi @muggu ,
It sounds like you are trying to use dataflows to refresh the data for the individual data in your report, but you are running into issues because the main dataset containing the production data cannot be refreshed during the day.
One solution would be to move the production data to a separate dataflow and schedule the refresh of the dataflow to occur at night. This would allow you to refresh the main dataset containing the individual data as often as needed during the day, without affecting the production data.
To do this, you can create a dataflow that connects to the production data on the internal SQL database, extracts the data, and stores it in the Power BI service. Then, you can set up a schedule to refresh the dataflow at night. In the main report, you can then use the data from the dataflow as a separate data source and combine it with the data from the dataflow containing the individual data. This way, you can refresh the main dataset containing both sources as often as needed, without affecting the production data.
Alternatively, you could consider using DirectQuery mode for the production data, which allows you to connect directly to the production data in the SQL database without storing a copy in the Power BI service. This would allow you to refresh the main dataset containing both the production data and the individual data as often as needed, without having to worry about refreshing the production data. However, keep in mind that DirectQuery mode can have some limitations, such as a reduced ability to use certain features and a potentially lower performance when querying large datasets.
If the problem is still not resolved, please provide detailed error information and let me know immediately. 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.
Thanks @v-henryk-mstf @for your answer. As I wrote in my second post, I already tried that. But I'm not happy with it as the powerbi service still loads the whole production data from the dataflow, which is not necessary as the content in the dataflow didn't change during daytime. In addition it takes a lot of time and ressources. Sure the productive SQL database is not affected, but that can't be the solution.
direct query ist not possible as I'm not allowed to load data from that source during business hours.
I tried it and moved the production data to a dataflow. Now it works fine when updating the dataset of the report.
nevertheless it's not ideal, as the data refresh takes 6 minutes as I have some GB in the production data. How can I avoid that? Why does the powerbi service doesn't consider that there has been no change on the production data dataflow since the last refresh?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!