Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi
I have an employment table with mutiple records whereby for each individual they are tagged with either Staff , Ex-staff or Starting.
I would like to create a measure or column that will identify if an individual is tagged with Staff then the rest of his records should be tagged with Active.
Please see image below for the data that I have where I would like to replicate the last column.
Thanks.
Solved! Go to Solution.
Try this as a column
= IF ( CONTAINS ( FILTER ( TABLENAME, TableName[PersonID] = EARLIER ( TableName[PersonID] ) ), [Staff Stage], "Staff" ), "Active", "Inactive" )
Try this as a column
= IF ( CONTAINS ( FILTER ( TABLENAME, TableName[PersonID] = EARLIER ( TableName[PersonID] ) ), [Staff Stage], "Staff" ), "Active", "Inactive" )
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
71 | |
50 | |
46 |
User | Count |
---|---|
46 | |
38 | |
29 | |
28 | |
28 |