Forum Discussion
Anonymous
3 years agoNot applicable
DAX Divide function
I want to divide, Count(items.length) / workingDays. { Count(item.length) = count of different product, and Working days = No. of days betwwen two selected dates } for that I wrote DAX function Mea...
tamerj1
3 years agoCommunity Champion
Hi Anonymous
VALUES is a table function. What are expecting the following argument to return
VALUES('Production of the day'[actualendtime])
What is the content of the 'Production of the day'[actualendtime] column?