Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
tslyonsnj
Frequent Visitor

Bookmark specific content (text annotation)?

I am trying to use Bookmarks to tell a story of the first five years in the development of my rugby club.

The data documents growth in the number of players and maturation in caliber of opposition, so I plan to have five bookmarks with the data filtered for each of the five years in succession.  My problem is that I've not been able to find a way to have year-specific comments in each of the five bookmarks, located in a spot set aside for commentary in the viz.  I've discovered that inserting a standard text box does not support bookmark-specific comments, but I was hoping that I might be able to exploit filter context in some way to "call" the appropriate year's text by associating the desired text fields with years via relationships 

Am I on the right track, here, or tilting at windmills?  Thanks for any suggestions. 

2 REPLIES 2
Icey
Community Support
Community Support

Hi @tslyonsnj ,

 

Have you tried using Drill through

With drill through in Power BI reports, you can create a page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers use drill through, they right-click a data point in other report pages, and drill through to the focused page to get details that are filtered to that context. You can also create a button that drills through to details when they click it.

 

 

Best regards

Icey

 

If this post helps, then consider Accepting it as the solution to help other members find it faster.

 

mahoneypat
Microsoft Employee
Microsoft Employee

You could just make a measure that holds your text and use a card vidual instead.  You can concatenate text with measures that use context like this.

 

TextMeasure = "The year was " & MAX(Date[Year]) & ".  The result was " & [AnotherMeasure] & "."

 

You could also try out the Smart Narratives visual.

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors