Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |