Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
hi community,
I want to create a tooltip that is similar to Qlik tooltips:
I manage to create a new page and embed it also but I struggle to create the same format and style as in the picture above.
What does not work: if I add more data fields to "Tooltips" in the scatter diagram, it puts the data fields of the chart to the top per default and I cannot change the order anymore as its just adding the extra fields below.
Please help!
Thanks and br,
Benjamin
Solved! Go to Solution.
Hi @bennisteges,
Thank you for reaching out in Microsoft Community Forum.
Please follow below steps to Resolving Tooltip Filtering and Formatting Issues;
1.Make sure the tooltip page receives filter context by including the filtering field (e.g., Product ID) in the main visual’s axis, legend, or tooltip fields.
2.Confirm that visuals on the tooltip page respect filters and don’t use functions like REMOVEFILTERS that ignore filtering.
3.Turn off headers and totals via the visual’s formatting pane to simplify the tooltip display.
4.For dynamic labels with units (e.g., “kg”), create a measure combining the value and unit, then show it in a card visual for better alignment.
Please continue using Microsoft Community Forum.
If this post helps in resolve your issue, kindly consider marking it as "Accept as Solution" and give it a 'Kudos' to help others find it more easily.
Regards,
Pavan.
Hi @bennisteges,
I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.
Thank you,
Pavan.
Hi @bennisteges,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, kindly "Accept as Solution" and give it a 'Kudos' so others can find it easily.
Thank you,
Pavan.
Hi @bennisteges,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "Accept as Solution" and give a 'Kudos' so other members can easily find it.
Thank you,
Pavan.
This is what I am doing, however, it does not allow me to use the same style of a tooltip like in Qlik or the default tooltip with a list of values.
Custom tooltip does not match the style:
Default tooltip gives me not the possibility to change the order as it takes values from the chart on top:
Hi @bennisteges,
Thank you for reaching out in Microsoft Community Forum.
Thank you @danextian for the helpful response.
Please follow below steps to resolve the error;
1.Enable Tooltip under page settings and set page size to Tooltip.
2.Use a two-column layout: one for labels (e.g., “Product”), one for values.
3.Remove gridlines, headers, totals, and reduce font size for a compact look.
4.Create a table with label–value rows for full control over field order and display and please use below DAX to create a single table you can bind to a simple two-column tooltip layout.
Tooltip Table =
UNION (
SELECTCOLUMNS('YourTable', "Label", "Product", "Value", 'YourTable'[Product]),
SELECTCOLUMNS('YourTable', "Label", "Sales", "Value", FORMAT('YourTable'[Sales], "#,##0"))
)
Please continue using Microsoft Community Forum.
If this post helps in resolve your issue, kindly consider marking it as "Accept as Solution" and give it a 'Kudos' to help others find it more easily.
Regards,
Pavan.
hi @v-pbandela-msft ,
thanks for the response.
I face a couple of problems. If I add a table, then the tooltip shows all values instead of just the value for the single object:
Same is happening when I use a matrix instead of a table.
Also removing the header does not work.
Another approach I tried is using text boxes and cardes. However, there I am facing many more issues with alignment of the format, not being able to add the value label (like kg)...
Thanks and br,
Benjamin
Hi @bennisteges,
Thank you for reaching out in Microsoft Community Forum.
Please follow below steps to Resolving Tooltip Filtering and Formatting Issues;
1.Make sure the tooltip page receives filter context by including the filtering field (e.g., Product ID) in the main visual’s axis, legend, or tooltip fields.
2.Confirm that visuals on the tooltip page respect filters and don’t use functions like REMOVEFILTERS that ignore filtering.
3.Turn off headers and totals via the visual’s formatting pane to simplify the tooltip display.
4.For dynamic labels with units (e.g., “kg”), create a measure combining the value and unit, then show it in a card visual for better alignment.
Please continue using Microsoft Community Forum.
If this post helps in resolve your issue, kindly consider marking it as "Accept as Solution" and give it a 'Kudos' to help others find it more easily.
Regards,
Pavan.
Hi @bennisteges
Create a tooltip page that contains a table instead of using the auto-generated ones: Create tooltips based on report pages
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
38 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |