Forum Discussion

droupa's avatar
droupa
Frequent Visitor
7 years ago
Solved

LOOKUPVALUE formula in Column returning NIL/Blank Values

Hi,

 

I have a DAX calendar table called DAILY TARGETS and I've added a column to calculate a daily target, using values fro my BUDGET Table as follows:

 

Daily Target = divide(LOOKUPVALUE(Budget[Revenue (Budget)],Budget[Month and Year],'Daily Targets'[Month and Year]),LOOKUPVALUE(Budget[DAYS IN MONTH],Budget[Month and Year],'Daily Targets'[Month and Year]))
 
The formula is returning blank values for some of the rows, and I cannot understand why?
Is there something missing from my formula?
 
Below is a link to my Pbix file.
 
 
Any help would be appreciated!
 
 
 

1 Reply