Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have one measure that I want to show as one row that has the measure name on the left and the value on the right.
Measure Name | Value |
I know you can switch values to rows for a matrix table, but that only works for at least two measures. When it's only one measure, the measure name is still put as a column name.
Measure Name |
Value |
Solved! Go to Solution.
Hi @Yuzu
You can use a card.
Something like this:
and format it in your desired way:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Yuzu
You can use a card.
Something like this:
and format it in your desired way:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly