Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
I developed reports in desktop and published those reports into Azure service with creating some workspace for my reports.
For importing my local Pbix files to Azure i used microsoft provision console Application ,reports are deployed to Azure successfully and get status message with reportlink,dataset link,import id,Accesskey.
While at the time of integrating the reports into application using java API ,the preview of the data is not showing and getting error no data available.
I need help from anyone and i will also share my screen and show the error.
skyid:jalla.pavankumar
contact No;8801262055
Is directquery mode in your case? You'll have to update the connection string in in directquery mode connecting to Azure SQL database.
If it is not your case, can you post the code snippet embedding report? I use below sample to embedded report in Javascript and it works.
<html>
<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/jquery/dist/jquery.js"></script>
<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/powerbi-client/dist/powerbi.js"></script>
<script type="text/javascript">
window.onload = function () {
var embedConfiguration = {
type: 'report',
accessToken: 'eyJ0eXxxxxxxxxxxxTPrKUTmxWApYaTSonFJ5kM',
id: '8e84xxxxxxxxxxxxxxxxxe07a6823ca9',
embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed?reportId=8e84b28d-xxxxxxxxxx07a6823ca9'
};
var $reportContainer = $('#reportContainer');
var report = powerbi.embed($reportContainer.get(0), embedConfiguration);
}
</script>
<div id="reportContainer"></div>
</html>
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |