Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
How to lookup Sales field to "Hours" table by matching both "FY" and "Product"?
Solved! Go to Solution.
Hello @PBI_newuser ,
Create a virtual relationship between two tables..
Use below dax
Hello @PBI_newuser ,
Create a virtual relationship between two tables..
Use below dax
@PBI_newuser , Create a new column in hours table like
sumx(filter(sales, sales[product] = hours[product] && sales[FY] = hours[FY]), sales[sales])
Hello @PBI_newuser ,
You can use LOOKUPVALUE to achieve this.
Maybe this link can help you further.
Hope this helps.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |