Forum Discussion
How to make comparisons with float in DAX?
- 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
Hi 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!!
- v-easonf-msft4 years ago
Community Support
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- Anonymous4 years agoNot applicable
Thx ā¤ļø