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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Praveen41
New Member

How to ignore rls on a measure

Hi all , i have a scenario we i need to compare all_zone data with zones(south , north , west, east) ,when i apply rls the all_zone measure is refering to the zone only , i could not get all_zone  value wen rls is applied on zone . by using ALL function in all_zone measure  in the report i am having date filter were it is giving total value irrespective of date filter .

 

any  support  on this is highly appreciated.

6 REPLIES 6
v-xiaotang
Community Support
Community Support

Hi @Praveen41 

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

tamerj1
Super User
Super User

Hi @Praveen41 
It is difficult to understand the real problem without having the data in front of eyes. However try to
REMOVEFILTERS ( ) (remove all filters) then add VALUES ( Date ) Something like:
CALCULATE (
[Measure],
REMOVEFILTERS ( TableName ),
VALUES ( TableName[Date] )
)

Anonymous
Not applicable

Calculate the all_zone data in Power Query

Hi @Anonymous  thanks for the reply , could you please eloborate in detail how to do it & will it work when i select any particular month on the date filter 

Anonymous
Not applicable

or create calculated tables like this
tableAgg = ADDCOLUMNS(VALUES(Date[date]), "all_zone data", <expression>)

Anonymous
Not applicable

In Power Query, copy the table to a new table, grouping it by date,

Grouping or summarizing rows - Power Query | Microsoft Docs

and then the table will look like this
Date  |  All_zone Data

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.