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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, we have a product where the data source changes based on who logs in. The scema of each data source is identical, but the data is suited for the person logged in. How can we develop our reports such that the data source can vary by login to change the underlying data?
You would import ALL of the data and use the new Row Level Security feature of the Service to ensure that users only see the data that they are supposed to see.
Tha in itself is a concern. I would never want to take a chance that someone from one company would see somone from another companies data. It would also blow the 10GB limit out the roof.
Then your only option is to create separate datasets, reports and dashboards for each customer (maintenance nightmare).