Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ZabronDM
New Member

Display a single field description and value in a single row table

Hi Guys

 

What visual and how do I display a single field in a single-row table? Field Description in Cell-A1; Field Value in Cell-A2?

1 ACCEPTED SOLUTION

Hi @ZabronDM 
You can create 2 measures 1 for "label" like :

field = "Sales of " & SELECTEDVALUE('Table'[Country]
Or something static like :
field = "Total sales"
and second for the "value" like :
total_sales = sum('Table'[Sales])
and use a new card
Ritaf1983_0-1711208758775.png

with switching off the labels:

Ritaf1983_1-1711208830639.png

pbix is attached 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

5 REPLIES 5
ZabronDM
New Member

Ohh thanks a mil @Ritaf1983, this exactly what I required.

Happy to help 🙂

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
Ritaf1983
Super User
Super User

Hi @ZabronDM 
Sounds like a basic table...
Maybe I am missing something please show the desired result.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Thanks @Ritaf1983 

Now, a table is not doing what I want; could be I am not sure how to play around the settings. However, a table displays rows of records, with 1 colum header at the top(row). What I want is 2 columns; 1 column displays the field-label, column 2 displays field-value.

Hi @ZabronDM 
You can create 2 measures 1 for "label" like :

field = "Sales of " & SELECTEDVALUE('Table'[Country]
Or something static like :
field = "Total sales"
and second for the "value" like :
total_sales = sum('Table'[Sales])
and use a new card
Ritaf1983_0-1711208758775.png

with switching off the labels:

Ritaf1983_1-1711208830639.png

pbix is attached 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors