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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
DaxAssistance
Frequent Visitor

Conditional Formatting a Matrix Table that uses a date table for its columns

Hello 

 

I need assistance in getting the max value for each row in my matrix table.

 

Currently my measure is highlighting each cell on each table. I know this likely due the filtering of the date table, but when add a removefilter/ all selected into my dax, I get the same outcome.

 

Would somebody know what I need to change in my dax to resolved this ?

 

I currently use a trans all table that holds mutiple transactions in an month for an account. I also use a dates table and made a relationship to the date field in the trans all table.

 

I looked for similar posts on this matter but I could'nt find on that applied a dates to table to the matrix.

 

Any help will be appreciated thanks!!!

MeasureDax.PNG

 

 

Thanks,

 

 

1 REPLY 1
amitchandak
Super User
Super User

@DaxAssistance , Assume you alreay have Measure M1

 

Max value of Row

 

calculate( Maxx(Summarize(Fact, Date[Year], Date[Month]) , [M1]) , removefilters(Date, Date[Year], Date[Month]) )

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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