Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
i'm using embed power bi script > html file
code >>
var embedContainer = $('#embedContainer')[0];
var report = powerbi.embed(embedContainer, config); ( >> thr error )
error >>
the error on debug window (F12)
Unable to get property 'powerBiEmbed' of undefined or null reference
i can view the report with >> <div id="reportContainer"> </div>
but can't define report element
ref >>
<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/jquery/dist/jquery.js"></script>
<script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/powerbi-client/dist/powerbi.js"></s...>
getting the same error. Is there any resolution?
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |