March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am wondering if someone can assist me with how to write the following statement that will be added to a Date Slicer.
IF Date_Closed Is >= Expected Dated_Closed, use Expected Date_Closed
Else use Date_Closed
where Status = Won
Solved! Go to Solution.
I was able to resolved as such:
@Anonymous , a new column
if([Status] = "Won", if([Date_Closed] > [Expected Dated_Closed] ,[Expected Dated_Closed] ,[Date_Closed]), blank())
Thank you for replying. It is still a bit off. Let me rephrase original:
IF Date_Closed Is >= Expected Dated_Closed, use Expected Date_Closed
Else use (Date_Closed where Status = Won)
Getting an error like this:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
92 | |
86 | |
77 | |
49 |
User | Count |
---|---|
166 | |
149 | |
99 | |
73 | |
57 |