Use of HTML for Bookmarking in Rubisight

What is bookmarking? How do we achieve it using Power BI?

Bookmarking is a common feature in various data visualization tools, and it generally refers to the ability to save and revisit a specific state or view of a report/dashboard. This feature allows users to capture the current configuration of visuals, filters, and other settings, and then return to that configuration later.
In Power BI, users can create bookmarks to capture specific report configurations, including selected visuals, applied filters, and other settings. This can be particularly useful for presenting different perspectives of data or for storytelling within a report.

HTML as a bookmark in rubisight :

The HTML formatting option is available in the HTML widget

Picture1

Now, add HTML code to the HTML tab that is shown in the above image.

Picture2

Here’s an HTML code that enables you to achieve bookmarking in Rubisight using HTML widget :

Title of the document body { text-align: center; } .button { border: none; color: black; padding: 10px 24px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; margin: 2px 1px; cursor: pointer; margin-left: -15px; /* Adjust this value as needed */ } Sales Analysis

In the above HTML code, you just have to replace the red-out part with the page link of your desire to get the HTML link inside the HTML Widget working.

As you can see in this image, once you add your HTML code and add your page’s path at the correct location, in the HTML tab in the format section of the HTML widget, the HTML Link gets created.

Then this link will help you to hop onto your desired page.

In the above example, the HTML link must take me to the Sales Analysis Page, And it works fine as you can see it in the image below:

Now you can use another HTML widget and insert the link to your home page inside it so that it enables you to return back to your home page.
Follow the same process to achieve this i.e. replace the “aref” with the desired page’s link in this case your home page link.

Hope this helps you understand and implement bookmarking effectively using HTML widget in Rubisight.

2 Likes