Forum Discussion
Different value format per row for same measure in same table
orangeatom , check if calculation groups can help you
https://www.sqlbi.com/articles/introducing-calculation-groups/
amitchandak , Thank you but and its similar to what i'm doing but in my case i would require the measures names to be listed on the left and each of the measures as columns.
The ask is for some measures (my rows) they are to be displayed in a whole number while others should be displayed as a percent.
- Anonymous5 years agoNot applicable
Hi orangeatom ,
It seems that you want the new measure master to have both Whole number data type (values from Measure A and B) and decimal number data type (values from Measure C). Different data type are not allowed in one same column or measure. Perhaps you can set the data type of new measure [master] as Text type, which can achieve the effect you want visually. But it cannot participate in the calculation since it is set to Text type...
Best Regards