Forum Discussion

hhx's avatar
hhx
Regular Visitor
4 years ago
Solved

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‘。
  • Anonymous's avatar
    Anonymous
    4 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

  • Anonymous's avatar
    Anonymous
    Not 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