Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
droupa
Frequent Visitor

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 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @droupa,

 

You can change the relationships between tables like picture below, which will make these tables treated as if they're a single table and simplified the data model after converting the Cross filter direction from Single to Both . Then , there won't have blank value for the column Daily Target.

 

2.png3.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Here is my test pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EfSCxYrsUE5CifXhoU...

 

Best Regards,

Amy

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-xicai
Community Support
Community Support

Hi @droupa,

 

You can change the relationships between tables like picture below, which will make these tables treated as if they're a single table and simplified the data model after converting the Cross filter direction from Single to Both . Then , there won't have blank value for the column Daily Target.

 

2.png3.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Here is my test pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EfSCxYrsUE5CifXhoU...

 

Best Regards,

Amy

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.