Forum Discussion
multi row card data labels issue (not working)
- 7 years ago
Hi Anonymous
I can reproduce your problem.
As a workaround, when there is only one column or one measure in Muti-row card , change the "Card title" formatting instead.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The category labels only work for numeric values.
For example, if I have some measure "Count Employees" with a multi-row card with Category Labels set to ON, it works fine and I get a result like:
1,200
Employees
However, if I wrap my "Count Employees" measure with a Format() function changing the result from a Numeric type to a string type the category label, although still turned on, no longer shows. I'll get a result like:
1,200
I think this is a bug. The category label shouldn't care about the data type of the value displayed.