Forum Discussion
Text measures & Multi Row cards
- 3 years ago
Hi peterg0417
I can reproduce this issue. However according to an old thread, this is by design and the product team won't change this behavior. See Display issues with multirow card with text values... - Microsoft Fabric Community
Thanks to the blog Using text measures in multi-row cards in Power BI – XXL BI, you can create a measure like
New measure = IF(TRUE, [Time to XYZ], 1)This measure can be displayed as a normal field like other measures in the multi card visual.
In addition, if you add more than one Text type measures into a multi card visual, this issue will not happen.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi peterg0417
I can reproduce this issue. However according to an old thread, this is by design and the product team won't change this behavior. See Display issues with multirow card with text values... - Microsoft Fabric Community
Thanks to the blog Using text measures in multi-row cards in Power BI – XXL BI, you can create a measure like
New measure = IF(TRUE, [Time to XYZ], 1)
This measure can be displayed as a normal field like other measures in the multi card visual.
In addition, if you add more than one Text type measures into a multi card visual, this issue will not happen.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.