Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I'm new to Power Bi and I'm trying to replicate some old reports I had in SAS and I want to use the IF and AND statements.
How would I replicate the following:
IF ((Tackle Type)="Dominant Tackle" AND (Tackle)="Tackle Assist),1,0)
Any help would be greatly appreciated.
Cheers
J
Try this syntax
Column = if(and(table[tackle type] = "Dominant Tackle", table[Tackle] = "Tackle Assist"), 1, 0)
Regards
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks for the help
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 46 | |
| 44 | |
| 31 |