Forum Discussion
Filter Dataset Two Ways in Two Tables
- 6 years ago
Hi jeggen ,
you could remove the partner name from the table, but the Measures participant and attendee are necessary.
But you can change the name an the value of this measures.
For example like this:
Attendee = IF ( ISBLANK ( CALCULATE ( COUNTROWS ( Meetings ), USERELATIONSHIP ( Partnerships[Column1], Meetings[Attendee ID] ) ) ), BLANK (), " - " )Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
This seems to be what I am looking for, can you explain what you did to make this work?
I have created an active and inactive relationship and controlled with the measures and the function userelationship, which should be used.
https://dax.guide/userelationship/
- jeggen6 years agoHelper II
I don't see any measures in the file you shared with me. Am I missing something?
Also in the real data it is not allowing me to do one:many relationships with the partnership id column, despite the fact that there are no duplictes. Will that cause any issues?
- jeggen6 years agoHelper II
Sorry, I missed those somehow.
I now am able to get this to work in my real data but wondering if it's possible to hide some of these columns?
E.g. I would want to hide the participant and attendee columns since those would just add confusion to the end user. I also don't really need to show the partner name in either table, but am assuming this will not filter properly if those are gone.