Forum Discussion
Image map with multiple clicks in power bi
Hi
I know power bi has the option to add link to the image using bookmarks. But this works on complete image.
I want to add multiple links on one single image. i.e clicking on different parts of the image should open different bookmarks or pages.
This is similar to what we call imagemap in web.
Please suggest if this is possible.
4 Replies
- v-chuncz-msftCommunity Support
You may take a look at https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/BookmarksSupport.md.
- mohitleekhaNew Member
Thanks for sharing v-chuncz-msft but not exactly what i am looking for.
I have image with multiple boxes on it( more of a flow chart), what i want is to click on each individual box and open a different bookmark.
- v-viigCommunity Champion
Custom Visuals can not apply a bookmark. This is not supported by API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Azhar2010Helper I
Well you can do it using BookMarks
1) Insert image first
2) Identify points where you want to click
3) Go to Shapes and pick one and place it on your place. Remove the background color.
4) Using actions to move to your book marks 🙂
Enjoy.