Forum Discussion
3 month date warning
- 5 years ago
Hi Anonymous,
I didn't change my original measure, I just changed the icons.
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Hi Anonymous
Is this what you want?
Create two measures as:
__diff = DATEDIFF(MAX('Table'[Delivery Date] ) , MAX('Table'[Approval Expiry Dae]),MONTH )Warning =
IF( [__diff] <= 3 , [__diff]& " months" , [__diff] & " months" )
The demo is attached, please try it.
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
- Anonymous5 years agoNot applicable
Hiya thanks for the reply,
I've tried to use your method however, this is the result i'd like and I am not able to do that, I was wondering if theres a way to add to Fowmy method and adding amber for that range insteadheres what I've tried
this is the dax measure
this is what im trying to do but cant add it to yours
- v-xulin-mstf5 years agoCommunity Support
Hi Anonymous
Is this what you want?
Please try the attached demo.
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
- Anonymous5 years agoNot applicable
Any chance you could screenshot the Measure as Im waiting for the new update to be approved therefore cannot open the file