Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
23 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |