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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
melina
Helper IV
Helper IV

Color row based on date condition

Hi,

Can i formatting the table in Report (desktop) and dashboard, for example in one table i want to change row colour based on date condition, for the pass date i want the table row became red,current date the table row became blue. If yes, what language i need to use and how. Thanks

7 REPLIES 7

There is conditional formatting based on column values but not by the entire row.

Thank you for your reply,

 

Ok, if cannot color by 1 row, could i apply to font color or background color in one coloum.

Let say for example, i have 2 coloums, SO number and Closing date.


If date in Closing date is passed, font or background color will color in red.

If date in Closing date is current date or upcoming date, it will color in blue.

The scenario example as below:

 

Can it be apply in report visualization?

 

SO Number

Closing Date

87384374

01/04/2017

98972777

03/04/2017

87293839

20/04/2017

83749848

01/05/2017


Appreciate if you could help me to solve this problem.

Thanks!

Hi @melina,

Currently, you are only able to specify customized cell background colors based on cell values as described in this article.

The feature that change color of column values based on condition in other column is not supported, please vote up this idea: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/16891147-dynamic-conditional-form... .

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

How about using MDX?

Hi @melina,

Do you mean DAX? If so, we are not able to achieve your requirement using DAX.

A workaround is to create a new column using the following DAX, and then create a bar chart to display SO number in different color.
Column = IF(Table3[Closing Date]>=TODAY(),"Green","Red")
1.PNG


Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Can we do the same  with Table rows ? The complete row should be red or green based on this condition.

 


Regards,

Hassan Tariq

Thanks for your answer

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors