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
bignadad
Helper I
Helper I

Add a definition for a Table Column

I have a table with call statistics by date

 

bignadad_0-1708115456753.png

 

I am trying to create a card visual to show the sum of the columns

bignadad_1-1708115525604.png

I would like to put a definition of what that column means in the Reference Label

bignadad_2-1708115565866.png

I attempted to create a table

bignadad_3-1708115594891.png

But I cant figure out how to link the definition to the column im displaying on the card.

2 REPLIES 2
bignadad
Helper I
Helper I

That does work but that is very manual. Is there not a way to make the association with the name of the column and the name of the term? That way I have one measure.

Daniel29195
Super User
Super User

@bignadad 

for each text, create a measure : 

 

calculate( 

tbl_name[definition] , 

 

tbl_name[Term] = "Abandoned calls"
)

 

 

then add it as lable for the first serie of your card. 

Daniel29195_1-1708123797726.png

 

 

 

then create a another measure, for the second term . etc.. .

 

 

 

let me know if this helps .

 

 

 

 

If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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