Forum Discussion
Decimal filters.
- Anonymous5 years ago
Hi Anonymous ,
According to your screenshot, the data (=0.0) you highlighted in yellow is not from [Total of MNCs/Auditor Days] with orange data block but from [Total of NCs/Auditor Days] with blue data block, but you set the condition (value>=0.1) for measure [Total of MNCs/Auditor Days] in Filters panel... So if you check the data with orange data block, you will find that the data be filtered correctly.
Best Regards
Hi Amit,
Here is my formala used, Sorry! I can't send the .pbix file due to security issues.
Anonymous , try a measure like this, make sure it decimal number with 2 decimal place
Total of MNCs/Auditor Days. = CALCULATE(divide(sum('Audit Performance EXT'[mNC])*1.0,sum('Audit Performance EXT'[Auditor days])))
If you mark a column as % it means .01 is 1
- Anonymous5 years agoNot applicable
Hi Amit,
We have Type has Decimal.
I did the same as you mentioned but still no luck. Is there any other method to achieve this? Thanks for the quick reply.