Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Greetings,
I have following table. i would like to find next date of current date using measure .
I am calculate it using adding new column to table but i don't know how to calculate using mesure
in above figure i have nextdate which is new added column .but i want same output using measure
Solved! Go to Solution.
Ok @Dangar332
You can use the offset function:
more information about this function here :
https://www.youtube.com/watch?v=C3QY0DWts8w
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Ok @Dangar332
You can use the offset function:
more information about this function here :
https://www.youtube.com/watch?v=C3QY0DWts8w
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Glad to help 🙂
Hi @Dangar332
There are many methods to achieve this goal.
If you have a calendar table, you can use the generic Dax function nextday:
https://learn.microsoft.com/en-us/dax/nextday-function-dax
If not something like that :
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
hi, @Ritaf1983 thanks for reply
i have different condition
let's consider below table
date |
2/17/2023 |
2/25/2023 |
7/18/2023 |
8/9/2023 |
9/27/2023 |
let current date is 2/17/2023 then next date is 2/25/2023
let current date is 7/18/2023 then next date is 8/9/2023
let current date is 8/8/2023 then next date is 9/27/2023
these same result done by adding new column but i want in new measure instead of new column
Check out the November 2023 Power BI update to learn about new features.