Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Power bi and coldfusion

New Here ,
Nov 04, 2019 Nov 04, 2019

How can Power BI be integrated into a coldfusion application?

TOPICS
Connector
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 04, 2019 Nov 04, 2019

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

...
Translate
Community Expert ,
Nov 04, 2019 Nov 04, 2019

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. 


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 05, 2019 Nov 05, 2019

Nkechi, did this help? 


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 06, 2019 Nov 06, 2019

Yes it did.

 

Thanks so much

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 06, 2019 Nov 06, 2019
LATEST

Great to hear, and thanks for the update. I've gone ahead and marked it as the "answer", to help future readers. 


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources