Forum Discussion
Python Visual rendering issue on .Net wrapper
- 7 months ago
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.
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/4850521
Once 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.