Forum Discussion
Glitch with Conditional columns
- 6 years ago
Hi Anonymous ,
You need to create a measure to change your value,using fixed(value,number),number here equals the number of decimal places.
As you see below:
If you choose "0",it will convert into a int like number.But it's text type.
Here is the reference.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Anonymous , is your issue resolved
It is worked around with a index table to get the text into the right order. I was still hoping someone official may comment on it...
- v-kelly-msft6 years agoCommunity Support
Hi Anonymous ,
Does amitchandak 's suggestion work?
Best Regards,
KellyDid I answer your question? Mark my post as a solution!- Anonymous6 years agoNot applicable
It does not work for me, as the Data view does not show DirectQuery tables.
- v-kelly-msft6 years agoCommunity Support
Hi Anonymous ,
You need to create a measure to change your value,using fixed(value,number),number here equals the number of decimal places.
As you see below:
If you choose "0",it will convert into a int like number.But it's text type.
Here is the reference.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!