This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Can I get this code working in dataflow???
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("PY1NDoIwEIWv0syaUNi4YGeiOzXs28Y0MMYaoNAOJIZwG2/ixaTyM4uZ5HvvzRMCnkStzzjXTVljGXvSFCNy3Ro+pByJB8LzY5IcQEUCRsYkdD26t4SMCTbPyP4jobAlBirh9v0Y0i8tIdpEjxUWZGwTHGsk8IepCN0SM4T1HgnioKse/d604VOa3s/X/CJhY2o507pUFGwOfWsbj3vj3GZdrWlpK/wQHkwTKPUD", BinaryEncoding.Base64), Compression.Deflate))),
Link = Source{0}[Column1],
Query_text_raw = Table.Skip(Source,1),
#"Replaced Value" = Table.ReplaceValue(Query_text_raw," ","",Replacer.ReplaceText,{"Column1"}),
Query = Csv.Document(Web.Contents(Link,[Headers = [#"Content-Type"="application/json"], Content = Text.ToBinary(#"Replaced Value"{0}[Column1])]))
in
Query
I get error that "One or more entities references a dynamic data source... "
Solved! Go to Solution.
Hi , @stiggrr87
You can check these related thread:
Bug-Can-t-save-dataflow-Same-queries-work-in-Power-BI-Desktop
Dataflow-Error-on-save-dynamic-data-source
Issues-with-using-a-parameter-in-web-content-url-in-dataflow
In addition, you can open a support ticket to let engineers look into the issue on your side.
Best Regards,
Community Support Team _ Eason
Hi!
I managed to figure out that I need to use parameters in Web.Contents() instead hard coded input. Dataflow is working now and refresh can be scheduled 😉
Thanks for the good hints!
Hi , @stiggrr87
You can check these related thread:
Bug-Can-t-save-dataflow-Same-queries-work-in-Power-BI-Desktop
Dataflow-Error-on-save-dynamic-data-source
Issues-with-using-a-parameter-in-web-content-url-in-dataflow
In addition, you can open a support ticket to let engineers look into the issue on your side.
Best Regards,
Community Support Team _ Eason
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 7 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 19 | |
| 19 | |
| 16 |