Forum Discussion
Conditional Formatting of Font Color - Inconsistent Application in Drill Up & Down
- 1 year ago
Here's the sample data. I wasn't able to upload the sample pbix file. I can't also share a one Drive link due to security reasons. Do you know how can I upload it here?
I also tried to replicate the matrix visual and it worked. But I am not sure why the conditional formatting does not work given I used the same DAX for the calculate column.
- Anonymous1 year ago
Hi third_hicana ,
Have you solved the problem?
Please try using a measure instead of a calculated column if the problem persists.
Sample:
Measure = SWITCH(TRUE(),MAX('consolidated'[budget type])="Variance" && SUM(consolidated[Value])>0,"Red","Black")Best Regards,Wearsky
Here's the sample data. I wasn't able to upload the sample pbix file. I can't also share a one Drive link due to security reasons. Do you know how can I upload it here?
I also tried to replicate the matrix visual and it worked. But I am not sure why the conditional formatting does not work given I used the same DAX for the calculate column.