Forum Discussion
chiran
2 years agoNew Member
Matrix table with colour rules
Hello Team, I need to create a matrix table where it indicates the latest files received and if it has been transfered successfully in the database. Here is my raw data: Site Date Wo...
- 2 years ago
chiran
Create this measure:CF Color = VAR __CurrentDate = TODAY() VAR __Date = SELECTEDVALUE( Table41[Date] ) VAR __Status = SELECTEDVALUE(Table41[Status]) VAR __Result = IF( __Date < __CurrentDate || __Status = "Error" , "red" , "green" ) RETURN __ResultSelect Status from the series drop down and click on fx
Assign the mesure as Field Value
Anonymous
2 years agoNot applicable
Hi chiran ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng