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! It's time to submit your entry. Live now!
I am working with a dataset with a column that can have one of 2 variables in it, or be empty/blank. When populated the variables in the dataset can be "Signed", "Signed - National".
I would like to create a calculated column so that the data is interpreted as:
When "Signed" or "Signed Nartional" then "Sold", else (blank) "Available". I am having issues with the IF DAX command to nail this the presentation of this alias. All suggestions welcome.
Thanks.
Solved! Go to Solution.
@Anonymous
Hi, Lets call Your column "SignedType" (Signed , Signed - National, Empty)
Status=If(Table1[SignedType]="Signed" || Table1[SignedType]="Signed-National","Sold","Avalaible")
@Anonymous
Hi, Lets call Your column "SignedType" (Signed , Signed - National, Empty)
Status=If(Table1[SignedType]="Signed" || Table1[SignedType]="Signed-National","Sold","Avalaible")
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 106 | |
| 65 | |
| 36 | |
| 36 |