Forum Discussion

joshua1990's avatar
joshua1990
Post Prodigy
6 years ago

Create Relationship within Measure

Hello everyone!

I need to create a relationship between two tables within a dax measure.

I have the following both tables:

tblOrder

OrderNrDateValue
101.01.20205000

 

tblLedger

OrderNrDateTypeQuantity
101.01.2020B50
101.01.2020T500

 

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?

2 Replies

  • joshua1990 , Not very clear, You can take type on matrix column. Ideally, these two should be joined to common orderNr Dimension

  • Anonymous's avatar
    Anonymous
    Not applicable
    Hm... I might be able to help you if I could understand what you've written here... But I can't. Sorry.