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! Get ahead of the game and start preparing now! Learn more
Hello to all,
I would like to create a column in my table with a condition:
If the due date (Date d'échéance) is between "2020/10/01" and "2020/12/31", and Amount (Montant)> 0, then date = "2021/01/01".
I can't do that...
Solved! Go to Solution.
@Anonymous , a new column
New date = if( [Due Date] >= date(2020,10,01) && [Due Date] <= Date(2020,12,31) && [Montant] , date(2021,01,01), [Due Date])
@Anonymous , a new column
New date = if( [Due Date] >= date(2020,10,01) && [Due Date] <= Date(2020,12,31) && [Montant] , date(2021,01,01), [Due Date])
Thanks
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 46 | |
| 42 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 193 | |
| 124 | |
| 101 | |
| 67 | |
| 49 |