Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Guys,
i have table like here:
and code to add additional column with table sources is:
= Table.AddColumn(Table1_Table, "Custom", each Table.AddColumn(Table1_Table, "Custom", each if [ConnectorKind] = "Web" then Csv.Document(Web.Contents([Connector]),[Delimiter=",", Encoding=1250, QuoteStyle=QuoteStyle.None]) else Expression.Evaluate([Connector],[PostgreSQL.Database = PostgreSQL.Database])))
And it is nice but the issue is that after publising into power BI service it complains that dataset has dynamic datasource which can not be refreshed which i neeeed so much.
How can i create one table with refreshable tables as one additional column?
From queries i will just refer to this one table.
Please help,
Jacek
Solved! Go to Solution.
Hi @jaryszek ,
To refresh dynamic data sources in Power BI Service, you can use Web. Contents() and Relative Path parameter in it, please refer:
Web.Contents(), M Functions And Dataset Refresh Errors In Power BI
Using The RelativePath And Query Options With Web.Contents() In Power Query And Power BI M Code
Setting a scheduled refresh on a Dynamic Data Source in Power BI | by dataninja
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @Anonymous ,
ok i checked possibilities and using gataway solving issue entirely.
So i suppose that relative path will work only for external internet connections but can you please confirm?
Best,
Jacek
Thank you,
does Microsoft have also documentation about it?
Best,
Jacek
Hi @jaryszek ,
This is briefly mentioned in the official document. Please refer:
Best Regards,
Gao
Community Support Team
O wow not any more and not about m language query parameter syntax...
best,
Jacek
Hi @jaryszek ,
To refresh dynamic data sources in Power BI Service, you can use Web. Contents() and Relative Path parameter in it, please refer:
Web.Contents(), M Functions And Dataset Refresh Errors In Power BI
Using The RelativePath And Query Options With Web.Contents() In Power Query And Power BI M Code
Setting a scheduled refresh on a Dynamic Data Source in Power BI | by dataninja
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 16 | |
| 14 | |
| 13 |