esamFrequent Visitor3 years agoSolvedMonth Series Hi I have date table from 2023 to 2025 i want a column with month series where 36 being december 2025 and 1 being January 2023. FreemanZ to esam3 years agohi esam tAha, try likeMonth Series =DATEDIFF(DATE(2023, 1, 1), [Date], MONTH)+1
FreemanZ to esam3 years agohi esam tAha, try likeMonth Series =DATEDIFF(DATE(2023, 1, 1), [Date], MONTH)+1
FreemanZ to esam3 years agohi esam tAha, try likeMonth Series =DATEDIFF(DATE(2023, 1, 1), [Date], MONTH)+1
FreemanZSuper User3 years agohi esam try to add a column like:Month Series =DATEDIFF([Date], DATE(2023, 1, 1), MONTH)+1
esamFrequent Visitor to FreemanZ3 years agoHi FreemanZ The solution you provided gave something similar but not accurate it is giving me result in negative for jan 2023 it is one than feb 2023 0 and for december 2025 -33 FreemanZSuper User to esam3 years agohi esam tAha, try likeMonth Series =DATEDIFF(DATE(2023, 1, 1), [Date], MONTH)+1esamFrequent Visitor to FreemanZ3 years agoThank you for the solution FreemanZ can you explain a bit how this logic is working here !! also how to get better with dax with real world scenarios Show More
esamFrequent Visitor to FreemanZ3 years agoHi FreemanZ The solution you provided gave something similar but not accurate it is giving me result in negative for jan 2023 it is one than feb 2023 0 and for december 2025 -33
FreemanZSuper User to esam3 years agohi esam tAha, try likeMonth Series =DATEDIFF(DATE(2023, 1, 1), [Date], MONTH)+1
esamFrequent Visitor to FreemanZ3 years agoThank you for the solution FreemanZ can you explain a bit how this logic is working here !! also how to get better with dax with real world scenarios
Related contentTime series by date, week, month-yearMonth to Month Flow CalculationGenerate Series of month and yearsCan't change series color in ribbon chartCounting Active employees per month