Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have multiple code in my data (Table 1) and I want to retrieve the first (Name) from Table 1 and place it in my Table 2.
When I use lookcolumnvalue I get an error message “A table of multiple values was supplied where a single value was expected”. How can I handle this?
COLUMN = LOOKUPVALUE(TABLE 2 [NAME],TABLE 1[CODE] ,TABLE [2 CODE])
TABLE 1
Code | Name |
1 | Apple |
1 | Apple |
1 | Apple |
1 | Apple |
2 | Banana |
2 | Banana |
2 | Banana |
3 | Grapes |
4 | Berry |
5 | Carrot |
6 | Mango |
7 | Curd |
7 | Curd |
7 | Curd |
TABLE 2
Code | Name |
1 | |
1 | |
1 | |
1 | |
2 | |
2 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
7 | |
7 |
Solved! Go to Solution.
@InsightSeeker Try using MAXX( FILTER( ... ), ... ) instead
@InsightSeeker Create a NameColumn like this:
@InsightSeeker Try using MAXX( FILTER( ... ), ... ) instead
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |