Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have two questions about the latest tech preview:
1. can I pass parameters trough url?
2. can I manage permissions to data by user? I want each user viewing in SSRS to his data related to him and his subordinates?
thanks,
Dana
Solved! Go to Solution.
Hi @danalerner,
1. can I pass parameters trough url?
Currently, Power BI desktop (SQL Server Reporting Services) can only publish the reports which connect to SSAS database by using Connect Live mode to report server. And we cannot use parameters in connect live mode.
2. can I manage permissions to data by user? I want each user viewing in SSRS to his data related to him and his subordinates?
We can create differenet folder for different users, and move power BI report to corresponding folders, and set permisssion for those different folders.
Regards,
Charlie Liao
see below for answers:
1. can I pass parameters trough url?
2. can I manage permissions to data by user? I want each user viewing in SSRS to his data related to him and his subordinates?
for OLAP cubes and tabular models, the best way to manage this is to leverage the @ Username function in the datasource - when the PBI report runs within the context of SSRS, there is user context -so when a user runs the report - if you modify the connection string to use the UserName() function and set CustomData with that value on the datasource's connectionstring -, you can use DAX filtering to implement RLS (row level security) - see this for details on how to do this on a tabular model - https://blogs.msdn.microsoft.com/himanshu1/2013/03/01/implementing-dynamic-security-in-tabular-model...
Hi @danalerner,
1. can I pass parameters trough url?
Currently, Power BI desktop (SQL Server Reporting Services) can only publish the reports which connect to SSAS database by using Connect Live mode to report server. And we cannot use parameters in connect live mode.
2. can I manage permissions to data by user? I want each user viewing in SSRS to his data related to him and his subordinates?
We can create differenet folder for different users, and move power BI report to corresponding folders, and set permisssion for those different folders.
Regards,
Charlie Liao
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!