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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.