I have a portal that has 2 pages. 1 page for users marked as Customers and 1 page for users marked as Carriers.
In the Carriers page I put a PowerBI report that includes data from a local database.
Is it possible to take a variable from the logged in user on the Portal and limit his visibility on the powerbi report?
To explain a bit more: I am carrier Tesva. I log in on the portal, open the Carriers page and see the powerbi report showing data only for me, Tesva and not showing all the other data for other carriers. The setup would be: unique identifier for the carrier in the DB, then in power portals another identifier for the user to match with.
In sql I would limit this in the WHERE clause with an identifier that is in the database against 1 or more carriers.