Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a requirement to allow the end user to pick and choose the pages they want to display in meetings. So if you have 15 pages and only select 7 to show.
Is there a way to accomplish this? I have a bookmark for each page and I thought a slicer could be used associated to a Pages Table, just not sure what the rest would be?
Any help would be appreciated.
Hi @Dorinda
As far as I know, this is not possible within power BI. You could look at my blog post where I do something similar to limit pages, which the users can only see specific pages might help.
@GilbertQ The issue is that this is an All Hands deck so the limitation will not work by user. I am trying to implement this using Slicer, Bookmarks, Selector and Buttons but you cannot use conditional formatting of Buttons based on this code
PageSelection = DATATABLE(
"PageID", INTEGER,
"PageName", STRING,
"PageOrder", INTEGER,
{
{1, "Cover Sheet", 1},
{2, "Agenda", 2},
{3, "Opening Remarks", 3},
{4, "Hails", 4},
{5, "Farewells", 5},
{6, "Remarks - Front Office", 6},
{7, "Remarks - IT Ops", 7},
{8, "Remarks - Digital Innovation & Data", 8},
{9, "Remarks - IT PfM", 9},
{10, "Remarks - CISO", 10},
{11, "Remarks - Other Support Function", 11},
{12, "Employee Selections", 12},
{13, "Personal Information", 13},
{14, "Education and Experience", 14},
{15, "Family and Fun", 15}
}
)
I have bookmarks for each page, and buttons but nothing is working this is essentially using buttons to navigate to the pages which is easy and you hide the pages and just use the buttons, the issue is that I want to pick and choose the pages so that the buttons are visible after I select them from the slicer.
PageSelection = DATATABLE(
"PageID", INTEGER,
"PageName", STRING,
"PageOrder", INTEGER,
{
{1, "Cover Sheet", 1},
{2, "Agenda", 2},
{3, "Opening Remarks", 3},
{4, "Hails", 4},
{5, "Farewells", 5},
{6, "Remarks - Front Office", 6},
{7, "Remarks - IT Ops", 7},
{8, "Remarks - Digital Innovation & Data", 8},
{9, "Remarks - IT PfM", 9},
{10, "Remarks - CISO", 10},
{11, "Remarks - Other Support Function", 11},
{12, "Employee Selections", 12},
{13, "Personal Information", 13},
{14, "Education and Experience", 14},
{15, "Family and Fun", 15}
}
)
If feels like it would work but just not having success.
HAHA I am the consultant, I am working on the workaround. Thank you for your help.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
60 | |
32 | |
27 | |
22 | |
22 |
User | Count |
---|---|
63 | |
49 | |
28 | |
24 | |
19 |