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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Tabbed Container Visual

Is it possible to create a tabbed container visual where multiple charts can be added into one visual and you can click through them. The only way i can currently do this is by creating bookmarks and show/hide the relevant chart with a button or bookmark navigator to go through the various charts. This means i have to maintain the bookmarks if anything changes in the chart.

I have used this item in QLIK where i have previously worked

Status: New
Comments
DanialR
Microsoft Employee
This is a great idea. It allows a clean compact page with the ability to stack visuals. Example: A Chart of Accounts page with a space for a changing visual. One person might want to see Account Aging info, another might want to see a Line Chart of Monthly P&L totals, a 3rd person might want to see a narrative of the month over month changes. There is another common work around using the transparency values of a color. It requires know with values to make null and setting transparency to 00. We think of color hex codes as 6 characters (RGB), Power BI supports 8 characters (RGBA) with the last 2 being the alpha channel. #RRGGBBAA = Red | Green | Blue | Alpha with Alpha FF = fully opaque and Alpha 00 = transparent.