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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
what I am looking for seems pretty simple. I have on column with a few different expressions. As long there is the same expression inside, the calculated column should always show "1". First if there comes up a new expression, it should switch to "2". A example is shown in the table below. Should I use the INDEX function or any kind of COUNT function or something completely different?
Thankful for any help!
| Column 1 | Calculated Column |
| ABC | 1 |
| ABC | 1 |
| ABC | 1 |
| ABC | 1 |
| EFG | 2 |
| EFG | 2 |
| HIJ | 3 |
| HIJ | 3 |
Solved! Go to Solution.
Hi @JD193704
You can create the calculated column with the following Dax :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @JD193704
You can create the calculated column with the following Dax :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
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 |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |