Forum Discussion
Dynamically Display Results Across Pages
Hi there,
I am new to Power BI and currently trying to resolved an issue, although whether or not it is possible to do I am not sure so I am seeking some help/guidance/inspiration.
I want to create a report that will have 3 pages in total; the first 2 displaying data from their own individual tables, while the 3rd is to display the UNION of all dynamic results from page 1 and page 2. I can create the tables in pages 1 and 2, and add dynamic slicers no problem, but how do I create a table in page 3 to dynamically display the results of the sliced tables from pages 1 and 2?
I hope that I have explained this well, if not let me know.
TIA
2 Replies
- v-yuta-msftCommunity Support
Hi dapoole,
Based on my test, visual in different page can't interact with each other, please create charts in a same page.
Regards,
Jimmy Tao
- dapooleNew Member
Okay thanks. Based on your answer if I have all 3 tables on the one page which consists of 10 rows in table 1, 20 rows in table 2, and 30 rows in table 3 (which is an appended table of table 1 and table 2). If I then create a slicer on table 1 to only select 5 specific rows, why is the table 3 row count not amended to only display 25 rows, i.e. 5 + 20. How to get the appended table to dynamically display the results from sliced table 1 plus table 2?