Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |