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
Hello,
How to get first occurence based on multi condition.
Condition: Column A & Column B & Column C
Expected result: Column D
PBIX: Sample File
Regards,
Chandrashekar B
@Chandrashekar , You need to add an index column in power query and then addfollwing column in DAX
Column = if( minx(FILTER(Sheet1, [Number] = EARLIER(Sheet1[Number])),[index]) = [index],1,0)
Power Query- Index Column: https://youtu.be/NS4esnCDqVw
Hello Amit,
May I know how it is working as formula need to consider condition Column B & Column C as well.
Regards,
Chandrashekar B
Regards,
Chandrashekar B
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 21 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 20 | |
| 13 | |
| 12 |