Forum Discussion
Python Visual rendering issue on .Net wrapper
- 7 months ago
Hi prasaddn
Apologies for misreading your original post and by going through other replies you had made. I believe that I understand your situation now, so I’ve deleted my previous comment.
If I understand correctly, you’re basically looking for an alternative solution for python to use an API as a data source that works like DirectQuery. If that’s the case, please have a look at this article:
Hi kushanNa In my other reply I have posted my Python Script which works as expected. However, it wont support when the dashboard is hosted / embedded on .NET wrapper. Hence, I am looking for alternate ways to summarize the survey comments, like some custom visual or script that supports in .NET wrapper.
- kushanNa7 months agoSuper User
Hi prasaddn
To be honest, since I am not an app or web developer, I am not very familiar with .NET wrappers.
However, I can suggest a solution for you to try if it suites you. Power BI Embedded Analytics can detect slicer selections.
I did a test and I have written the following blog to demonstrate how you can capture slicer selections using Power BI Embedded Analytics with HTML and Javascript;
https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/Real-Time-Cross-Report-Filtering-Using-JavaScript-embedded/ba-p/4850521Once you capture the slicer selections-> you can send them to your summarization logic using an API->store them in a data source where DirectQuery is enabled, and then pull that data into your visual.