Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
@m92240 , 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
74 | |
65 | |
46 |