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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DauletKali
Helper I
Helper I

Double VLOOKUP

DauletKali_2-1602348586133.png

 

Hi guys, need your help in solving my problem

I need that function(s) which will return the number(3) if the Date(1) will be equal to TODAY() and the item (2) ="Селитра аммиачная

1 ACCEPTED SOLUTION
darentengmfs
Post Prodigy
Post Prodigy

@DauletKali 

 

If I understand this correctly, you want the function to return [3] if [1] is today and [2] is "Селитра аммиачная"?

 

I think you would need an IF function and not a lookup.

 

Function = IF(AND([1] = Today(),[2]="Селитра аммиачная"),[3],"")

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

HI, @DauletKali 

As mentioned by @darentengmfs ,you need to create a calculated column as below:

Function = IF(AND(column[1] = Today(),column[2]="Селитра аммиачная"),column[3],"")

Could you please tell me whether @darentengmfs  formula works for you?
If yes, please  accept his answer as solution. You also could share your own solution here. For now, there is no content of description in the thread. If you still need help, please share more details to us.

 

Best Regards,
Community Support Team _ Eason

darentengmfs
Post Prodigy
Post Prodigy

@DauletKali 

 

If I understand this correctly, you want the function to return [3] if [1] is today and [2] is "Селитра аммиачная"?

 

I think you would need an IF function and not a lookup.

 

Function = IF(AND([1] = Today(),[2]="Селитра аммиачная"),[3],"")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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