Forum Discussion
Anonymous
4 years agoNot applicable
Condtional Formatting Issue
Why does Power BI not let me conditional format something? It blurs out the metric I want to conditionally format.
TomMartens
4 years agoSuper User
Hey Anonymous ,
this converts a text like "h:mm:ss" into a decimal of datatype DOUBLE:
Time to Decimal = Convert( TIMEVALUE("0:15:00") , DOUBLE )
Regards,
Tom
Anonymous
4 years agoNot applicable
Hi TomMartens So I input that as the calculation and it made every value as 0.01
However if it is going to make every value as a decimal, is it impossible to conditionally format the way I would like it to be?