Forum Discussion
chahineatallah
Helper III
3 years agoDate calculations in dax without using time intelligence
hello powerbi/power pivot community Am practicing custom date functions like writing my own date functions rather than builtin, so i have a question regarding previous month calculations, I wrote...
JW_van_Holst
Resolver IV
3 years agoI'm suprised you don't get an error. EOMONTH needs a scalar function as input. You should expect an error message like: A single value for column 'Date' in table 'Date' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.