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
Dear folks,
Dataset -> Report Structure:
I have one single dataset that gets all of our sales data from our erp.
From this dataset, I created several reports for different purposes.
Requirement:
Ideas and attempts so far:
My intention is to activate or deactivate the filter per report:
IF(
SELECTEDVALUE(UserFilter[Check])="Active",
[Mail] = USERPRINCIPALNAME(),
1=1
)
Problem:
I understand why that happens bcs the RLS is made for datasets and I filter on report level but copying my dataset is not an option only for one report in which the data should not be filtered by user. I don't even want to start with that, because otherwise I have to maintain 2 identical datasets.
Do you have an idea which help me solving the requirement?
Thank you in advance.
Solved! Go to Solution.
Hi @Chriesel ,
I think you need to duplicate the fact data within the dataset.
Once with RLS and once without RLS.
In the attached video Rick de Groot shows a similar use case for Benchmarking with Row Level Security.
https://www.youtube.com/watch?v=mci8Whd5Oeo
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Chriesel ,
I think you need to duplicate the fact data within the dataset.
Once with RLS and once without RLS.
In the attached video Rick de Groot shows a similar use case for Benchmarking with Row Level Security.
https://www.youtube.com/watch?v=mci8Whd5Oeo
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
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!