Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have the following report in power BI. It shows the different stages an enquiry can be at.
I want to show the data in two separate matrix's with two separate RecordCreated slicers filtering it up.
I have an enquiry status version table which will stamp when the enquiry moved status.
The idea is that I want to see if an enquiry has moved from For example Status "A" to Status "B" in the space of two weeks.
My database structure is as follows.
EnquiryStatusVersionId EnquiryId EnquiryStatusId EnquiryVersionId RecordCreated 1 1234 70 12345 2019-02-01 2 1235 70 12356 2019-02-01
Lets say this is a data snapshot from last week.
I want to now check this week has there been any movement on the enquiries.
Is it possible to replicate the same table in power bi and filter it separately? Also what would be the best approach for doing this in Power BI, any suggestions?
Here is a screenshot of currently what I have and the way I would like it to work!
Solved! Go to Solution.
It is easy to replicate the tables in power BI, e.g. in the modeling tab, select "table" and write something like ReplicateTable = Table1.
The replicate table will not be linked to the model by default, but you can do this if needed in the relationship view.
Now you can set up new slicer that is dedicated only for the new replicate table and use it as mentioned in your post.
you can alternatively use the same table with 2 matrixes, create two slicers, one for each matrix, then restrict the effect of each slicer to only the one matrix, so that slicer 1 affects matrix1 and not matrix2. you can find that through "format" menu
It is easy to replicate the tables in power BI, e.g. in the modeling tab, select "table" and write something like ReplicateTable = Table1.
The replicate table will not be linked to the model by default, but you can do this if needed in the relationship view.
Now you can set up new slicer that is dedicated only for the new replicate table and use it as mentioned in your post.
you can alternatively use the same table with 2 matrixes, create two slicers, one for each matrix, then restrict the effect of each slicer to only the one matrix, so that slicer 1 affects matrix1 and not matrix2. you can find that through "format" menu
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |