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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
RJ
Resolver II
Resolver II

Measure to ignore one filter ie Year = 2014 when filter for year 2013 is selected

Hi

 

I want to lock a Year = 2014 measure

 

I have tried two measures

Sales2014b = SUMX( FILTER( (InvLines), RELATED(InvHeader[Year] ) = 2014), ( InvLines[SalesValue]))

and

Sales2014 = if (related(InvHeader[Year]) = 2014 , InvLines[Invoiced Quantity] * InvLines[OrderPrice] * (1 - InvLines[Line Discount %]) * (1- RELATED(InvHeader[Invoice Discount %])))

 

Both give the same correct result. But when I filter Year = 2013 it blanks the 2014 column out. I want to keep this value but only exclude this one filer. All the other filters should apply.

 

Qlik can do this using set analysis but I just can not work out how to do it in Power BI. I've tried "all" and it didn't work

 

Thanks for any assistance

1 ACCEPTED SOLUTION
RJ
Resolver II
Resolver II

ok

 

This seems to work

 

Sales14 = CALCULATE(sum (InvLines[SalesValue]), InvHeader[Year] = 2014)

View solution in original post

1 REPLY 1
RJ
Resolver II
Resolver II

ok

 

This seems to work

 

Sales14 = CALCULATE(sum (InvLines[SalesValue]), InvHeader[Year] = 2014)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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