Forum Discussion
Anonymous
7 years agoNot applicable
DAX Measure to perform two separate functions based on value
So I have a column called [Audit Item] which contains different values. If the value = [Patient Name] or [Person To Pay"] then I want the measure to result in 0.0% If the value is anything else but...
- 7 years ago
hi, Anonymous
You could use Format Function to change the format of the result.
https://docs.microsoft.com/en-us/dax/format-function-dax
https://docs.microsoft.com/en-us/dax/custom-numeric-formats-for-the-format-function
If it is not your case, please share some data sample and expected output. Do mask sensitive data before uploading.
Best Regards,
Lin
v-lili6-msft
Community Support
7 years agohi, Anonymous
You could use Format Function to change the format of the result.
https://docs.microsoft.com/en-us/dax/format-function-dax
https://docs.microsoft.com/en-us/dax/custom-numeric-formats-for-the-format-function
If it is not your case, please share some data sample and expected output. Do mask sensitive data before uploading.
Best Regards,
Lin