Forum Discussion

aashton's avatar
aashton
Icon for Helper V rankHelper V
2 years ago

Filter measure based on clicking visual

I have a Contracts table that includes Index, Date, Source, etc.  I have a measure to count IDs:   Total Contracts = CALCULATE(DISTINCTCOUNTNOBLANK('Contracts Signed'[Index]))   I have a bar grap...