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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
HoaiNamNguyen
Frequent Visitor

Compare measure by categories

I have a table as below. I need to calculate metric 1 by Employee, by ASM and by region so I use REMOVEFILTERS:  

- Metric 1 ASM = CALCULATE([Metric 1], REMOVEFILTERS(DI_Employees[Employee]))

- Metric 1 Region = CALCULATE([Metric 1], REMOVEFILTERS(DI_Locations[ASM]), REMOVEFILTERS(DI_Employees[Employee))

HoaiNamNguyen_0-1667795376208.png

But using REMOVEFILTERS makes my table slow and sometimes it's unable to load. 

Is there any alternative method to calculate a measure by different categories? 

 

Thanksssss

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@HoaiNamNguyen , you can use all, but i doubt it will much difference

 

Metric 1 Region = CALCULATE([Metric 1], all(DI_Locations[ASM]), all(DI_Employees[Employee))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

v-shex-msft
Community Support
Community Support

Hi @HoaiNamNguyen,

I'd liek to sugget you try to use ALL functions with dax formula instead of REMOVEFILTERS:

Managing “all” functions in DAX: ALL, ALLSELECTED, ALLNOBLANKROW, ALLEXCEPT - SQLBI

BTW, can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @HoaiNamNguyen,

I'd liek to sugget you try to use ALL functions with dax formula instead of REMOVEFILTERS:

Managing “all” functions in DAX: ALL, ALLSELECTED, ALLNOBLANKROW, ALLEXCEPT - SQLBI

BTW, can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
amitchandak
Super User
Super User

@HoaiNamNguyen , you can use all, but i doubt it will much difference

 

Metric 1 Region = CALCULATE([Metric 1], all(DI_Locations[ASM]), all(DI_Employees[Employee))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

Find out what's new and trending in the Fabric Community.