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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
GeDei
Frequent Visitor

Lookup a value in another Table (no Releation)

Hello everyone,

I am currently sitting at the following problem.

I have two tables, which are not related in Power BI Desktop.

Table_InputCloud and Logos

In Logos I have included a link for the logos of Amazon, Google and Microsoft. These are again deposited there where the logos are greyed out. Six links in total stored in my OneDrive.

 

I'm trying to build a measure which checks at Table_InputCloud if the value is 1 and if TRUE takes the link of a logo which is not grayed out, if FALSE then takes a grayed out image.

To be honest, none of my solutions get me any further. I tried LOOKUPVALUE but failed there too. I lack the Know How to build up the Measure correctly. Maybe someone here has an idea to help. Is it mandatory that I have a realtion between Logos und Table_InputCloud?

 

KR

(attached some pictures) 

 

No Releation between Logos and Table_InputCloud

3.png

Table_InputCloud

1.PNG

 

Logos

2.PNG

  

2 REPLIES 2
v-alq-msft
Community Support
Community Support

Hi, @GeDei 

 

Could you please show us some sample data and expected results with OneDrive for Business? Do mask sensitive data before uploading. Thanks.

 

Best Regards

Allan

amitchandak
Super User
Super User

@GeDei , example  lookup one table to another

 

Copy City without using related from 1-M side
City Name = maxx(FILTER(geography,geography[City Id]=Sales[City Id]),geography[City])

 

from M to 1, you add filters based on need

City Name = sumx(FILTER(sales,geography[City Id]=Sales[City Id]),sales[Amount])

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors
Top Kudoed Authors