Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I'm new to PowerBI. I've developed a composite data model which connects 2 individual data models to a consolidated data model and the report was built based on this composite data model . linkage is as follows,
(** each data model has setup for auto-refresh with a 30mint gap in between)
can someone explain these to me,
1. if I refreshed the "test-report" will it refresh all data models it connected to or just the report (effectively only obtaining whatever the data available on the "test-consolidated" data model)
2. if I refresh the "test-consolidated" data model, will it automatically refresh the report? will it initiate to refresh the other data models ("test-porcpt", "test-pohdr-dtl" connected to it?
3 if I refresh only an individual data model below the hierarchy test-porcpt", and "test-pohdr-dtl, will it initiate a refreshing consolidated data model to refresh and refresh the report?
Solved! Go to Solution.
Hi @ravjay ,
1, Refresh the "test-report" will refresh only refresh the reprots of the "test-report" dataset. And all the reports of the "test-report" will refresh.
2 Refresh the "test-consolidated" data model will only refresh the reports of "test-consolidated", the "test-porcpt" and "test-pohdr-dtl" will not refresh.
3 No, the "test-consolidated" model will not refreh if the the "test-porcpt" and "test-pohdr-dtl" refreshed. But when you refresh the report of "test-consolidated", the visuals of this report will have new data.
the "test-consolidated" model is a DirectQuery model and this will not save any data in its model, when you refresh the visual or report, it will send query to the "test-porcpt" or "test-pohdr-dtl". And what data will the result get depends on "test-porcpt" or "test-pohdr-dtl" model have been refreshed.
For more details, you can refer this link.
Data refresh in Power BI - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ravjay ,
1, Refresh the "test-report" will refresh only refresh the reprots of the "test-report" dataset. And all the reports of the "test-report" will refresh.
2 Refresh the "test-consolidated" data model will only refresh the reports of "test-consolidated", the "test-porcpt" and "test-pohdr-dtl" will not refresh.
3 No, the "test-consolidated" model will not refreh if the the "test-porcpt" and "test-pohdr-dtl" refreshed. But when you refresh the report of "test-consolidated", the visuals of this report will have new data.
the "test-consolidated" model is a DirectQuery model and this will not save any data in its model, when you refresh the visual or report, it will send query to the "test-porcpt" or "test-pohdr-dtl". And what data will the result get depends on "test-porcpt" or "test-pohdr-dtl" model have been refreshed.
For more details, you can refer this link.
Data refresh in Power BI - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.