Forum Discussion
Anonymous
4 years agoNot applicable
How to make comparisons with float in DAX?
Hi everyone, hope you are well 🙂 I'm trying to make a measurement that, depending on the daily variation, displays an icon for positive or negative. But if the number the variation has decimal ...
- 4 years ago
Hi, Anonymous
I checked your measure 'indicador base64' and found that you have offset the calendar table by one day.
DateADD( oCalendario[Date], -1, Day )You may need to remove this filter. The code in the SWITCH section is sufficient for your needs.
Best Regards,
Community Support Team _ Eason
Thejeswar
Super User
4 years agoHi Anonymous ,
Usually defining Indicators should be done on the Number and not on the percentage.
i.e. Control the display of Indicator using the Number by keeping the value as a number datatype and just for display make the number as percentage
May be this could solve this issue!!
Anonymous
4 years agoNot applicable
If you notice in the first image my attempt is with decimal number