Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I am trying to create a dashboard for our retail stores.
The dashboard needs to show the kpis for the retail store only, which i will use RLS to filter the dataset to do this.
However, I also need to show the retail store how they rank against other stores within their region, in a league table format.
Is there a way that I can do this? Maybe RLS isn't the answer?
I would like to avoid the option of using two datasets, one with RLS applied for the retail store level and one with RLS applied at the region level.
Thank you
Mike
Solved! Go to Solution.
Hi @Anonymous,
As you said, RLS not suitable for these requirement. Security filter effect will apply on data model level, you can only view filtered datasource.
In my opinion, I'd like to suggest you to duplicate tables and calculate on duplicated table in query editor.
After these steps, you need to break relationships between new table and original tables. Then you can view filter tables and summary table.
Regards,
Xiaoxin Sheng
Hi @Anonymous,
As you said, RLS not suitable for these requirement. Security filter effect will apply on data model level, you can only view filtered datasource.
In my opinion, I'd like to suggest you to duplicate tables and calculate on duplicated table in query editor.
After these steps, you need to break relationships between new table and original tables. Then you can view filter tables and summary table.
Regards,
Xiaoxin Sheng
Hi
Thanks. Yes I managed to come up with this solution and it works.
Thanks for the suggestion
Mike
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!