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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Issue with text values conditional formatting in matrix visual

Hi Everyone,

I'm facing an issue with text values conditional formatting in matrix visual. Please help me with this.

 

I have two different tables, one is the Live data table and the Previous week's data table.

yadhamurir_0-1672209895127.png

FYI, Please find the above snapshot.  My requirement is, i need to highlight the changes in live visual which compares to last week. If you can observe that snap shot, the username (Vinod) code will changes in live seet while compare to previous week, now i need to highlight only changes in live visual.

 

Sample data:- https://docs.google.com/spreadsheets/d/1ywvspnfl7O2DscU7HLRzDPMHd0iYAPwU/edit?usp=share_link&ouid=10...

 

Thanks in advance!
@PaulDBrown  @Vvelarde @MarcelBeug @amitchandak  @Greg_Deckler @johnt75 

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , is it possibles to create wow measures using this week vs last week

 

This Week = CALCULATE(sum('Table'[Qty]), FILTER(ALL('Date'),'Date'[Week Rank]=max('Date'[Week Rank])))
Last Week = CALCULATE(sum('Table'[Qty]), FILTER(ALL('Date'),'Date'[Week Rank]=max('Date'[Week Rank])-1))

 

 

You need to have a rank column in date/week table

 

Week Rank = RANKX(all('Date'),'Date'[Week Start date],,ASC,Dense)
OR
Week Rank = RANKX(all('Date'),'Date'[Year Week],,ASC,Dense) //YYYYWW format

 

 

Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks for you quick response @amitchandak , but my query is different, i have 2 tables and i need to compare the text valuesb/w both tables and those changes need to highlith in live sheet.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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