Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to write a master measure expression like below:-
( Contract End Date - (Period End Date + 1 Day) ) / 30.41667
but it's just giving me blank value, and if I use sum then I am getting some number.
sum(Contract End Date - (Period End Date + 1 Day) ) / 30.41667
User wants expression like ( Contract End Date - (Period End Date + 1 Day) ) / 30.41667
without sum, so If someone wants to make AVG they can sum and make count on their own:
Is it possible?
When not to average function instead