Forum Discussion
Sankzpower
6 years agoHelper I
Custom API call added as column
Hi guys Hope you can help me out. I have got a column with a logger ID for each row. Then added a custom column with API web to retrieve data for each loggerid. Then I simply added another column...
mariopavic
6 years agoFrequent Visitor
Are you sure that "Custom" column exists? Also, why do you have "=" after "[Custom]" in your code?
- Sankzpower6 years agoHelper I
mariopavic Yes, the custom column exists as below. The custom column contains the API web address as https://energycloud.com/api/LoggerData/dailytotals?&channelNumber=1&apiKey=cb&pageSize=100&orderby=id&page
The equal symbol equals to page number
- mariopavic6 years agoFrequent Visitor
[Custom]&"="&Text.From([Page])Try this
- Sankzpower6 years agoHelper I
mariopavic thanks again. However, its coming with error 'Custom' column cannot be found.