Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I need to create a calculated column in the Cat table (data model below) for filtering purposes. I want to see the total count of Period ID for each Cat ID. Both fields are highlighted in yellow. I do not want to use USERELATIONSHIP. PBIX File Link
Thank you for taking the time to read!
Solved! Go to Solution.
Column = CALCULATE(DISTINCTCOUNT(Period[Period ID]),TREATAS({[Group ID]},Period[Group ID]))
What made you use the bidirectional relationship? I would change the data model to