Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I have a table with ranking data for each product with the following information's
- Segment
- Artnr.
- Article name
- Ranking position
- Country
- Region
- Sub-region
- Segment
And many other columns.
In total 3 012 raws.
In another table, which is also ranking data but for the new period I don't have
- Art nr
- Article name
Same information's between those two tables are:
- Country
- Region
- Subregion
- Segment
- and Segment.
How I can fill the columns with missing pieces of information (article number, article name) based on the Source Data, previous ranking period
Same columns in both tables
Same columns in both tables
Same columns in both tables
Missing info: Article-nr and Article - same as on photo 1same values in other columnes between those two tables.
try this
Create new column
Hi @Anonymous
I did exactly after your recommendation but I get the same message: A table of multiple values was supplied where a single value was expected.
Please find the photo attached.
Don't know what to do?
Your attached screenshot is not clear.
Please check your Dax once again, may be somewhere you have not closed any brackets.
Art nr = LOOKUPVALUE('Table1'[Artnr],'Table1'[Segment],'Table2'[Segment],'Table1'[Country],'Table2'[Country])
first check this much of dax and then try to add remaining columns.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |