March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a report that has a table that shows open purchase orders. Purchaing manager then has a set of filters that shows problematic line items. I would like to take the list of purchase order numbers on this fitlered table, then filter the table (or a separate table), for all lines not equal to these purchase order numbers. Is this possible to creat a dynamic filter like this?
PS: I can't just reverse the filter criteria. Since if 1 line item has a problem, all line items for that purchase order need to be frozen.
Solved! Go to Solution.
No worries. Just change the Check measure as follows
Based on my understanding, I did the following
1. Created a table of POS - that contains only the PO numbers from the original Data table.
2. Disable any relationship between this and Data table under the modelling ManageRelationship
3. Created a slicer with POS[PO] and not from Data[PO]
4. Created a measure
I inadvertently pressed the post key last time.
Based on my understanding, I did the following
1. Created a table of POS - that contains only the PO numbers from the original Data table.
2. Disable any relationship between this and Data table under the modelling ManageRelationship
3. Created a slicer with POS[PO] and not from Data[PO]
4. Created a measure
What this does is if the PO number is filtered then it sets it as Y else as N.
5. Created table visual with all columns from Data table. In the visual filters added the Check measure built above and in the filtering condition set it to Y.
What this will show is the selected PO with all line items in that PO.
6. Created another table visual with all columns from Data table. In the visual filters added the Check measure built above and in the filtering condition set it to N.
What this will show is the all PO with all line items in those PO other than the selected one.
Sample output
Slicer on the left from POS[PO], The table next to that is as per step 5 . Then the next one as per step 6.
The bottom table is the full list of Data table.
I hope this works for you.
Cheers
CheenuSing
Thanks for this tutorial, opened up some new ideas for me. I was able to make this work, per your instructions. Unfortuanately, I did not clarify that I need to be able to select multiple values on the slicer.
No worries. Just change the Check measure as follows
Hello, can I do this with categorical variables, instead of 102..101 I have Product_1, product_2...
Regards
Hi @CheenuSing,
Thank you, this worked perfectly. Is there a way to auto check all of the items on the slicer?
Thansk,
Mike
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
86 | |
76 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |