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.
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.
- mwegener6 years ago
Most Valuable Professional
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.