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
Hello everyone!
I need to create a relationship between two tables within a dax measure.
I have the following both tables:
tblOrder
| OrderNr | Date | Value |
| 1 | 01.01.2020 | 5000 |
tblLedger
| OrderNr | Date | Type | Quantity |
| 1 | 01.01.2020 | B | 50 |
| 1 | 01.01.2020 | T | 500 |
Unfortuantely, for now it is not possible to link both tables in the data model.
So there is wheter an active oder inactive relationship.
Now I would like to display every order in a matrix/ table with two colums.
The first one for all Types = B
And the second one for all Types = T
But how?
@joshua1990 , Not very clear, You can take type on matrix column. Ideally, these two should be joined to common orderNr Dimension
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |