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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.