Forum Discussion
Anonymous
4 years agoNot applicable
DAX NB
Hello, I have a problem: on power bi I have a table that contains several columns and among these columns, I have a measure that determines the number of vehicles planned/synchronized. Here is the...
Anonymous
4 years agoNot applicable
Okay thank you. What means : eomonth(Today(), 1)))
Anonymous
4 years agoNot applicable
EOMONTH returns the date in datetime format of the last day of the month before or after a specified number of months.
So eomonth(Today(), 1) returns the last date of the next month with respect to the current month.
- Anonymous4 years agoNot applicable
Okay, and if I want to do Nbr_VHS_ScheduledSynchronized remining month+x, do you have idea of how can I do?