Forum Discussion
How to create a 0...1/Many relationship
yes, but to create a Measure I must select a table... Which table do I must select?
- The payments fact, make no sense I suppose;
- The requests fact, I suppose I must create a relation between requests fact and payments fact in the DAX Function... no?
Why do you need to add a column, you just need to create a measure to call the date of payments and then add that measure to your visual.
Did you try the measure I asked you to add?
- Simone20045 years agoHelper I
I am sorry but I do not understand what you mean...
I do not want to create a column, but honestly I do not know how to create a Measure is not related to a table....
However.... I have tried something...
If I click on "New Measure" on the top, Power BI automaticallycreate the measure in the Payments Fact table.. and the result is an empty table:
If I create a measure selecting the Requests Fact table
I get always an empty table
In both case, the measure is this:
- aj19735 years agoCommunity Champion
Replace that by
by
and try again
- Simone20045 years agoHelper I
It seems it does not work... just infinite loading and empty visual...
It could be because the registry_time table has already an active relation with the creation_date?