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
Is it possibile in dax to apply a filter referring to another table? Like that:
Solved! Go to Solution.
hi, @Anonymous
Yes, you could.
and I think what you need is RELATED or RELATEDTABLE in the calculation. (The relationship between the two tables must already be established )
https://docs.microsoft.com/en-us/dax/related-function-dax
https://docs.microsoft.com/en-us/dax/relatedtable-function-dax
Best Regards,
Lin
hi, @Anonymous
Yes, you could.
and I think what you need is RELATED or RELATEDTABLE in the calculation. (The relationship between the two tables must already be established )
https://docs.microsoft.com/en-us/dax/related-function-dax
https://docs.microsoft.com/en-us/dax/relatedtable-function-dax
Best Regards,
Lin
Create a new column in your table. This one created in item table using sales tables
Maxx(filter(sales,Sales[item_id]='Item'[Item ID]),Sales[Order Id])
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 |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |