March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
In the below chart, one Tool is selected (Adobe Photoshop) and I can display the tooltip using: ToolTipToolName = VALUES(SurveyDataTransposed[Tool]) as a Measure:
If multiple tools are selected, this causes an error:
Is there a way to show the tooltip for each tool in each column?
Thanks,
Dan
Solved! Go to Solution.
The error messages is quite straightforward, to get a scalar value, check below measure.
ToolTipToolName = CONCATENATEX ( VALUES ( SurveyDataTransposed[Tool] ), SurveyDataTransposed[Tool], "," )
The error messages is quite straightforward, to get a scalar value, check below measure.
ToolTipToolName = CONCATENATEX ( VALUES ( SurveyDataTransposed[Tool] ), SurveyDataTransposed[Tool], "," )
Hi Eric,
Thanks for the response. I know some database and new to BI and DAX. Still feeling my way around.
@dtartaglia Check out these posts:
@Technitrain Chris Wedd https://blog.crossjoin.co.uk/2016/04/25/dynamic-chart-titles-in-power-bi/
@SQLDusty Dustin Ryan https://sqldusty.com/2016/06/29/5-more-power-bi-tips/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
115 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |