Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi there,
I am hoping someone can help me with my query.
I am creating an interactive view where users can chose what story they are seeing from the report, but I want to avoid creating additional tabs to view.
What I would like to do, is use buttons or drop down boxes for the user to chose options from, these then change what values are seen in the tables, what filters are present etc.
As an example - I have a table with two columns, owner and count. I am filtering by the Top 3 owner by count as well.
Owner | Count |
Group A | 1000 |
Group C | 800 |
Group E | 400 |
This means the field 'Owner' is in both the table values and filters.
I would like to press a button/chose from drop down, which then show the sum of count grouped by location, rather than owner. Also with the top 3 filter applied but this time for location.
Location | Count |
Location A | 750 |
Location E | 600 |
Location M | 500 |
I have tried using bookmarks, but this only saves it at the filter level, not with the data fields in the table itself.
Is this possible to do?
I'm happy to switch to multiple datacards or other formats - I just need the counts to be easily read alongside the owner/location etc.
Thank you
@Anonymous , You should create two separate table, with each top three, overlapping and then use them in bookmarks
bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |