Forum Discussion
mozakkir1
8 years agoNew Member
Power Bi embed with Java based web application
Hello Everyone, We have a bunch of power bi reports and dashboard that we want to embed to our java based web apllication. I registered my web applciation in https://dev.powerbi.com/apps. I got...
ashorekumar
8 years agoFrequent Visitor
I was able to embed power BI report on my java application.Please check below url:
https://stackoverflow.com/questions/50156057/steps-to-integrate-powerbi-report-on-java-application
- d_u_a8 years agoHelper I
ashorekumar Could you send your first step codes ? (Generating AAD token with Java)
- ashorekumar8 years agoFrequent Visitor
d_u_a:This is the best solution to generate AAD Token.
https://community.powerbi.com/t5/Developer/Rest-api-usage-with-Java/m-p/58514#M1841
- d_u_a8 years agoHelper I
ashorekumar After created AAD Token i need to generate Embed Token . Is it possible with this https://community.powerbi.com/t5/Developer/Rest-api-usage-with-Java/m-p/58514#M1841 ? Or have can i generate Embed Token with this sample?