Forum Discussion
Anonymous
3 years agoNot applicable
Create a dynamic value for Json.Document function
Hi All, I'm using the function Json.Document to get data from an API. Below is the an example of the Json.Document value: Json.Document(Web.Contents("https://url.com/site/222222/energyDetail...
- 3 years ago
Welcome to the wonderful world of the formula firewall. Happy reading.
Behind the scenes of the Data Privacy Firewall - Power Query | Microsoft Docs
Inline your queries if possible.
lbendlin
3 years agoSuper User
startTime=DateTime.ToText(#"Site Data - Start and End Date"[dataPeriod.startDate]){0}Anonymous
3 years agoNot applicable
Thanks lbendlin for your feedback.
I still have the same error message after adding "{0}":
startTime=DateTime.ToText(#"Site Data - Start and End Date"[dataPeriod.startDate]){0}
I tried to added inside the DateTime.ToText() function and I got the error message as below :
startTime=DateTime.ToText(#"Site Data - Start and End Date"[dataPeriod.startDate]{0})
Any help ?
- lbendlin3 years agoSuper User
Welcome to the wonderful world of the formula firewall. Happy reading.
Behind the scenes of the Data Privacy Firewall - Power Query | Microsoft Docs
Inline your queries if possible.
- Anonymous3 years agoNot applicable
lbendlin many thanks for your help