March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have two tables
OrderID | Date |
1 | 13-okt |
2 | 14-okt |
OrderID | OrderLine | Product | Price |
1 | 1 | A | 5 |
1 | 2 | B | 4 |
2 | 1 | A | 5 |
2 | 2 | B | 4 |
2 | 3 | C | 2 |
I want to add a column in Table 1 with the name of the product with the highest price. So the table looks like this:
OrderID | Date | Product |
1 | 13-okt | A |
2 | 14-okt | A |
Which formula should I use?
Solved! Go to Solution.
@Anonymous ,
Use something like this with relatioship.
Proud to be a Super User!
@Anonymous ,
Use something like this with relatioship.
Proud to be a Super User!
@Anonymous , You can not create a column that uses slicer value. Think how can you use measure in place of that
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |