Forum Discussion
EricShen
1 year agoNew Member
The 'Show Dataview' button does not exists
Hi everyone,
I am following this tutorial from Microsoft Learn to create a Power BI circle card custom visual.
Tutorial: Develop a Power BI circle card visual
But I cann't see the 'Show Dataview' button.
Anyone has the same issue?
1 Reply
- dm-pSuper User
Hi EricShen,
It was a known issue that the functionality didn't work anymore due to a limitation between Power BI and the framework. It looks like they have closed it as not planned and have removed the functionality.
If you want to inspect the data view, you will either need to export it (third/middle button) and view it in an editor or do something like console.log() your data view to the console so that you can inspect it in your browser dev tools.
Good luck,
Daniel