Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi!
I have a problem with a conditional formula, I need that if the validated field is equal to zero, it brings me the invoice date field.1, but if it is <> zero (that is, -1) it subtracts one day from the invoice date field.1 .
The error is when you must subtract a day, since I am subtracting a numerical data from a date format. What is the correct way to subtract a day from the date format?
Thanks.
Solved! Go to Solution.
@Anonymous In DAX you can just use -1 but what you are showing is Power Query and in that case you need to use Date.AddDays function.
@Anonymous In DAX you can just use -1 but what you are showing is Power Query and in that case you need to use Date.AddDays function.
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |