Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi Experts
See table below
I am trying to identify all data points in my FACT Table where we have clients that have the same ID and have Status as Authorised and System Apporved, so ID 1 has Status of Authorised and System Apporved in new column add 1 against System Apporved as shown else 0. Likewise ID 23.
| ID | Status | Flag |
| 1 | Authorised | 0 |
| 1 | System Approved | 1 |
| 23 | Authorised | 0 |
| 23 | System Approved | 1 |
| 34 | Authorised | 0 |
| 34 | Pipeline | 0 |
| 45 | Rejected | 0 |
| 64 | Pipeline | 0 |
| 56 | Pipeline | 0 |
Solved! Go to Solution.
Hi @Anonymous
You can created calculated column with the DAX :
PBIX is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Excellent, many thanks
Happy to help🎀
Hi @Anonymous
You can created calculated column with the DAX :
PBIX is attached
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |