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
pborah
Continued Contributor
Continued Contributor

Measure column not filtering in matrix visual

I'm using Power BI Report Server Jan 2020 build.

Following is my measure for one of the columns in a matrix table -

 

 

 

MonthEndOpen = 
VAR EOM = MAX('Calendar'[EOM]) 
RETURN
SUMX( FILTER(ALL(RequestStats), RequestStats[received_date] <= EOM && (RequestStats[closed_date] > EOM || RequestStats[closed_date] = BLANK())),1)

 

 

pborah_1-1602872056384.png

 

I have a column called Unit which represents the various units in the company. When I drop this "Unit" column to "Filters on this page" or "Filter on all pages", it does not do anything to the MonthEndOpen column no matter what unit I select in the filter. What am I doing wrong? Thank you.

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @pborah 

Not very clear.

It seem that you are using sumx(all(table),1) .
Are you trying to count the number of days that meet certain conditions?

 

Maybe you can take a  try to  use ALLEXCEPT('Table','Table'[UNIT]) to replace all(table).

 

Best Regards,
Community Support Team _ Eason

 

 

pborah
Continued Contributor
Continued Contributor

@v-easonf-msft any chance I can send you a pbix privately. This was worked on by a pair of third party consultants (who themselves consulted google while building this) before I was hired. The whole thing seems to be a jumbled mess.

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.

Top Solution Authors