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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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).