Copy link to clipboard
Copied
How can Power BI be integrated into a coldfusion application?
There is no built in integration, if that may be what you mean. And while asp.net offers an sdk to facilitate such integration, there is no such sdk for cfml.
That said, the doc for that asp.net sdk (https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-your-organization) shows that there is a rest api for powerbi (https://docs.microsoft.com/en-us/rest/api/power-bi/).
And cf has built-in rest integration, so you should be able to do such integration that way. I'm not aware of
...Copy link to clipboard
Copied
There is no built in integration, if that may be what you mean. And while asp.net offers an sdk to facilitate such integration, there is no such sdk for cfml.
That said, the doc for that asp.net sdk (https://docs.microsoft.com/en-us/power-bi/developer/embed-sample-for-your-organization) shows that there is a rest api for powerbi (https://docs.microsoft.com/en-us/rest/api/power-bi/).
And cf has built-in rest integration, so you should be able to do such integration that way. I'm not aware of any resources showing such cf/power bi integration specifically.
Hope that helps.
Copy link to clipboard
Copied
Nkechi, did this help?
Copy link to clipboard
Copied
Yes it did.
Thanks so much
Copy link to clipboard
Copied
Great to hear, and thanks for the update. I've gone ahead and marked it as the "answer", to help future readers.