Forum Discussion
RemiAnthonise
8 years agoHelper V
Conditional formatting on calculated field
I would like to apply conditional formatting on my calculated field. I use the following DAX: Jubileum = VAR Months = DATEDIFF([Medewerker in dienst];TODAY();MONTH) VAR Years = ROUNDDOWN(Months/...
- 8 years ago
The formula below will help
Measure 1 = IF ( MOD ( MAX ( [Years] ) + 1, 5 ) = 0 && ( MAX ( [Months] ) = 10 || MAX ( [Months] ) = 11 ), 1, 0 )Additionally, you could refer to my pbix.
Best Regards
Maggie
- 8 years ago
Te icon is different because you create "Measure jubileum" as a calculated column, you need create a new measure and then put this formula.
Best Regards
Maggie
RemiAnthonise
8 years agoHelper V
v-juanli-msft or anyone else ; if you have some spare time, please help. The deadline for my project is approaching and I need to finish this :-)
v-juanli-msft
8 years agoCommunity Support
Te icon is different because you create "Measure jubileum" as a calculated column, you need create a new measure and then put this formula.
Best Regards
Maggie
- RemiAnthonise8 years agoHelper V
Thanks again v-juanli-msft . My problems are solved! :-)