Forum Discussion
Vendor Count
- 8 years ago
Thanks Ashish,
You put me on the right track and ended using which seems to work:
vendor count = CALCULATE(DISTINCTCOUNT(Data1[Vendor Name]),'Data2'[Detail PnL Name]= "Materials")
The filter was struggling with the GL Actual Materials as I didn't mention is was a measure as below, also with values to excludes being blanks.
GL Actual Materials = CALCULATE(SUM(Data1[Actual_Amount]) ,Data2[Detail PnL Name]= "Materials")
Thanks
Nick
Thanks Ashish,
You put me on the right track and ended using which seems to work:
vendor count = CALCULATE(DISTINCTCOUNT(Data1[Vendor Name]),'Data2'[Detail PnL Name]= "Materials")
The filter was struggling with the GL Actual Materials as I didn't mention is was a measure as below, also with values to excludes being blanks.
GL Actual Materials = CALCULATE(SUM(Data1[Actual_Amount]) ,Data2[Detail PnL Name]= "Materials")
Thanks
Nick
You are welcome.