Hello All,
I am planning to embed a dashboard in my web app which will showcase real time data.
Flow will be like this:
Console app will pull data from Mongo DB > Console app will post the data to Power BI dataset using REST API > Report will be created on top of this dataset > Pinning visuals on Dashboard for live updates.
Problem Statement
Since i will be embedding my dashboard into a web app, i have two filters (DropDowns) in the Web app whose value i need to pass in order to filter data. If i somehow pass these filters to my console app and filter the data it will do this for all the users who are seeing my embedded report.
Is there any way so that i can pass filters such that only the user who has changed value in his dropdown sees the filtered data and others see it as is.
Regards,
Prateek Raina