Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
Table_InputCloud
Logos
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
@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])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
71 | |
65 | |
46 |