Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am getting data when user selects on a point exists in a bing map on my report. But there is a problem when user selected drill down option then embedded dataselected event is not working, so I am not getting data in this scenario. Kindly help me.
Testing with the Power BI Online sample, the dataselected with drillthrough works with the map visual.
If convenient, would you please share a screenshot of the issue you mentioned that not working?
Regards,
Michael.
Sorry for delay in reply. My scenario is I have a html page in which I embedded a report. After embedded below event is registered :
report.on("dataSelected", function (event) {
var data = event.detail;
//To do something with data
});
So, when I click on any data point on graph it works fine. It is given json of selected point in data variable. But if drill down option on top of map is selected this event is stopped working till the option is unselected. Given image is the drill down option in selected mode.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |