The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have a use case where a power bi report will be embedded in a web app. It has a search where users will search on some parameters, and according to the search, an ADX query is formed and the result is extracted from ADX.
There is a dashboard option in the web after so that the user can navigate to the power bi report after his search, so I have to pass the same query to my power dataset to show the report according to his search (keep in mind it's a live connection and I have created a m query parameter for dynamic adx query).
Now, let's say we have 2 users, user1 and user2. At the same time, they search in the web app. Now, user1 searches for "mobile", and user2 searches for "coffee", If they navigate to the embedded report at the same time, will the report show data for "mobile" or "coffee"? How can I achieve this kind of parallism in a power bi report?