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! Learn more

Reply
Anonymous
Not applicable

'First' added by Power BI to the Column Name in tooltip

Hi All,

 

I added a descriptive column(Data type and format: text) to the tooltip of a bar chart, and 'First' was automaticly added in front of the column name. Anybody know how to handle this situation?

 

Column Name: Up/Down

Data tyoe: Text

Format: Text

Data Category: Uncategorized

Default Summarization: Don't summarize

 

after being added to the Tooltips, the column name became 'First Up/Down' under Tooltips, and there's no option like 'Don't summarize'. The column name was 'First Up/Down' in tooltip on the chart.

 

Thanks!

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

@Anonymous

 

You need a measure to show this text.

 

Up/DownM=Values(Table1[Up/Down])

 

 

Please let me know if you can solve it.




Lima - Peru
Anonymous
Not applicable

Thanks, Victor! it works.

 

Further question: is the column supposed to be a messure to add to the tooltips?

 

@Anonymous

 

The Tooltip by default always try to Summarize or show a value (Like First, Last, Earliest,etc).

 




Lima - Peru

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