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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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