Forum Discussion
Power BI Report - template (relative url datasource)
Hi gselvag,
Did these data sources have the same data structures? Power query will cache the previous data structure into steps and not auto sync when the data source updates.
If their data structure dynamic changes, power query will return an error of 'key not matches'.
Regards,
Xiaoxin Sheng
Hi Anonymous
I'm building a Power BI Report that shall be default on Project Site's. The data structure is the same. How can we configure the PBI Report with dynamic lists, eg. {full_url} \lists\data1 as let PBI automate datasource based on which site it's added as WebPart on.
Best regards,
Geir
- Anonymous5 years agoNot applicable
Hi gselvag,
You can try to parameterize your connection string with the query parameter, then you can modify the query parameter to achieve a dynamic data source.
Deep Dive into Query Parameters and Power BI Templates
Using the Power BI Service Parameters to change connection strings (To possibly change between Dev
Regards,Xiaoxin Sheng