Forum Discussion
GielGroot
8 years agoNew Member
PowerBi AppOwns Data does not show data
Hello, I have got the Demo app working -> PowerBi App owns data. I have done the same with my own aplication, first I want to have it work with the same view as the demo app. When I do this ...
- 8 years ago
I have found the solution after debugging. I was missing this script on the layout page.
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
GielGroot
8 years agoNew Member
I have found the solution after debugging. I was missing this script on the layout page.
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>