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
Hi,
There is a similiar post to this but not exactly what I want.
I have two Data sets. One containing M3&M4 maintenance notifications and the equipment number i.e
M3&M4 M2
Type Reasons Notification No. Type Reasons Notification No.
M3 12345678abc ###### M2 12345678abc ######
M3 12345677abc ###### M2 12345677abc ######
M4 12345678abc ###### M2 12555555abc ######
M4 12345676abc ###### M2 12444444abc ######
I want to create a table which shows when the reasons from M3&M4 data set matches the reasons form the M2 data set. Then I want a table showing the M2 & M3/M4 notification numbers and reasons.
Can I create a custom column which checks for matches ?
Hi @fingalbrad ,
According to your description, my understanding is that you want to filter the data in M3&M4 whose reason matches that in M2, in this scenario, we can use the following DAX query:
Table = FILTER('M3&M4','M3&M4'[Reasons] in VALUES(M2[Reasons]))
Best Regards,
Teige
Thank you,
Will that only show the values from 'M3 & M4'? I want to show all those that match so list M2,M3 & M4 that have the same equipment-part number.
Reason number sorry...not equipment-part
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 |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |