Forum Discussion

Jsola's avatar
Jsola
Frequent Visitor
1 year ago
Solved

Embedded - Open Same Report Simultaneously with Different Filters in Dataset

Hello everyone, I am embedding a Power BI report in a web application using the Power BI REST API and JavaScript SDK. My goal is to open multiple instances of the same report at the same time, each ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Jsola,

    Thanks for reaching out to the Microsoft fabric community forum.

     

    I understand that you're trying to open multiple instances of the same Power BI report with different dataset-level filters, but the filters are being shared across instances. This happens because modifying dataset parameters before generating an embed token applies changes at the dataset level, which affects all report instances. You can use Report-Level Filters instead of Dataset Parameters as rather than modifying the dataset, apply report-level filters dynamically using the Power BI JavaScript SDK. 

     

    I would also take a moment to thank Deku, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.

     

    If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

    Best Regards,
    Hammad.
    Community Support Team

     

    If this post helps then please mark it as a solution, so that other members find it more quickly.

    Thank you.