Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
@Anonymous
You need a measure to show this text.
Up/DownM=Values(Table1[Up/Down])
Please let me know if you can solve it.
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).
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.