Forum Discussion

Christin98's avatar
Christin98
Frequent Visitor
2 years ago

Dynamic embedded link for various anonymous users based on his ADX cluster search.

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?

No RepliesBe the first to reply