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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Invesco
Helper V
Helper V

DAX Measure to ignore filter criteria

Hi Experts 

 

i am trying to amend teh following dax to ignore and filter selection on the following filter which comes from the following table and column

 

Table act_rates_activity_volume_and_cf_days

Column Name = Act_1 Act_2

 

Current Measure

 

CustomerFacingDays = 
    CALCULATE(SUM(DimCustomerFacingDays[data_value]),FILTER(DimCustomerFacingDays,DimCustomerFacingDays[activity_type_1]="customer_facing_day"),
        
        TREATAS(VALUES(act_rates_activity_volume_and_cf_days[employee_mud_id]),DimCustomerFacingDays[employee_mud_id]),
        TREATAS(VALUES(act_rates_activity_volume_and_cf_days[week_start_date]),DimCustomerFacingDays[week_start_date])
,ALL(act_rates_activity_volume_and_cf_days[activity_type_1]), ALL(DimCustomerFacingDays))

 

 

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Invesco 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.

 

Best Regards,

Community Support Team _Charlotte

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

View solution in original post

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @Invesco 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.

 

Best Regards,

Community Support Team _Charlotte

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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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