Forum Discussion
Parameter from Web
- 9 years ago
well if you must forego the "user enters their email".... and instead think of users in terms of their known identity. In Pro License your users are invited/licensed with their email part of that ID.
So when a user logs in to look at a visual (and I'm talking PBI Service - not desktop) then one can definitely implement Row Level Security (RLS) that only presents the data for them. There is a whole bunch of info on/around RLS implementation - and some good videos with examples.
Otherwise for a user to dynamically filter stuff - the implementation is via a Slicer visual; and in which case you must set up their choice selection.
Hi,
Thanks for your answer,
WEB refer to power BI service, i understand from your answer that parameter feature is not included in PB service.
My requirement is to let the end users enter their email and filter the dashboard by that email.
Can you think on a workaround maybe to accomlish this?
Regards,
Eran
well if you must forego the "user enters their email".... and instead think of users in terms of their known identity. In Pro License your users are invited/licensed with their email part of that ID.
So when a user logs in to look at a visual (and I'm talking PBI Service - not desktop) then one can definitely implement Row Level Security (RLS) that only presents the data for them. There is a whole bunch of info on/around RLS implementation - and some good videos with examples.
Otherwise for a user to dynamically filter stuff - the implementation is via a Slicer visual; and in which case you must set up their choice selection.
- Anonymous9 years agoNot applicable
Thanks,
The RLS is probably what i've been looking for.
Eran