Forum Discussion
Field parameters alternative using a live connection
- 1 year ago
I see I think I misunderstood you.
If you only are into changeing the set-up bassed on the end user you need to look into row level security.
https://learn.microsoft.com/en-us/fabric/security/service-admin-row-level-securityThat will allow you to only load specific rows bassed on which e-mail addrese the end user logs in with.
Than you can add a table with the following columns.
User, e-mail, languish, url.
Than you just use the first row in the url column to get them to their page. (their is only one per user if you set row level security up correctly.)
I hope this help 🙂
I don't get it. How could adding a column in my Power BI report contribute to directing the end-user towards a report page in the desired language?
I see I think I misunderstood you.
If you only are into changeing the set-up bassed on the end user you need to look into row level security.
https://learn.microsoft.com/en-us/fabric/security/service-admin-row-level-security
That will allow you to only load specific rows bassed on which e-mail addrese the end user logs in with.
Than you can add a table with the following columns.
User, e-mail, languish, url.
Than you just use the first row in the url column to get them to their page. (their is only one per user if you set row level security up correctly.)
I hope this help 🙂
- Smalfly1 year agoResponsive Resident
That indeed helps me.
Thank you!