Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
SidharthK16
Frequent Visitor

Row Level Security

Hi All,

I have some doubts on Row level Security.
So, the thing is i have Operating Unit(North America, Asia Pacific, Europe, Latin America etc.) data in my Geography table.
And  Quarterly(Q1, Q2,Q3 and Q4) data  in Time Period table but there is no Direct connection between Geograpghy and Time Period table.

So my requirement is I don't want to show "Q4" data for "Latin America", for rest all Operating Unit I want to show all the quarters and for latin America I want to show rest other Quarters except from Q4.

Solution  I have created a Rule where from Geography table i am filtering out Latin America
"[OU] <> "Latin America"
and from Time period 
"[Quarter] <> [Q4]"
So both the filters are in one Rule.
Output from above Rule is now I am not getting Complete Latin America and Q4 data.
But my requirement is I want to show all the quarter for rest of the OU
but only for Latin America I don't want to show Q4

Please let me know what is the best solution for this.


 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

IF([OU] = "Latin America" && [Quarter] = "Q4",FALSE(),TRUE())

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

IF([OU] = "Latin America" && [Quarter] = "Q4",FALSE(),TRUE())

Thanks buddy its working well🙂

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Users online (3,602)