Forum Discussion
hhx
4 years agoRegular Visitor
powerbi.min.js
report.on("dataSelected", function (event) {
let data = event.detail;
console.log("Event - dataSelected:\n", data);
});
is there any methods to cancel ‘dataselected‘。
- Anonymous4 years ago
Hi hhx,
Nope, current you can use particular functions to trace and custom processing before or after the default events but you can't directly cancel these events triggered.
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi hhx,
Nope, current you can use particular functions to trace and custom processing before or after the default events but you can't directly cancel these events triggered.
Regards,
Xiaoxin Sheng