Forum Discussion
icassiem
1 year agoPost Prodigy
Custom Tooltip with Auto Narrative
Hi, I have a scroecars that i want yo take to the next level with xustim tooltips in seperate pages but it muat show dynamic and auto narrative reasining per tooltip nabigation, exanple from one ...
- 1 year ago
Power BI does not yet offer fully automated storytelling within tooltip pages based on marker selection. The recommended method is to use DAX to generate dynamic narrative text that changes according to the data point being hovered over. This approach allows you to display insights such as variances or performance summaries within a tooltip.
If you want a click based experience, consider using the Smart Narrative visual below the scorecard.
Thanks®ards,
Yugandhar.
HarishKM
1 year agoSuper User
icassiem Hey,
I will follow steps to add
- Design a dedicated report page to serve as the tooltip. Ensure it's set as a "Tooltip" in the page settings.
- You can include multiple visuals, text boxes, and other elements to convey detailed narratives.
- Use DAX measures to build narratives. These can be dynamic based on filters or selections.
- Incorporate elements like cards or text boxes linked with DAX measures that generate narratives based on the context (e.g., current selection, comparisons).
In the main report, configure visuals to use these custom tooltip pages.
- Ensure tooltips propagate according to user interactions, utilizing fields in your data model for context.
Keep it concise but informative.
- Use consistent icons and visuals for easy recognition.
- Experiment with colors and fonts to enhance clarity but ensure it fits your theme.
Example: Sample Tooltip
- Narrative: “This month, sales increased by X% compared to last. Key drivers include product Y and Z.”
- Visuals: Include mini-charts or KPIs demonstrating trends or comparisons.
- Dynamic Data: Use DAX or drill-through features to adapt the narrative according to selections.
Thanks
Harish KM
If these steps help resolve your issue, your acknowledgment would be greatly appreciated.