Forum Discussion
arp
7 years agoRegular Visitor
Using distinct count in a measure
Hi all, I'm relatively new to the world of Power BI so apologies if this is relatively obvious to some of you... I have a list of ID numbers that are duplicated within a multi-year dataset. I...
- 7 years ago
arpCould you please post the error message that you are getting. Here is the same in "Multi-row card" visual as well
themistoklis
7 years agoCommunity Champion
How about creating separate measures for each year with both the actual and the % values.
Measure= CALCULATE(DISTINCTCOUNT('Table'[Values]), 'Table'[year] = 2018)arp
7 years agoRegular Visitor
Hi,
Thanks for the response.
This is exaclty what I've tried by I'm getting an error message when I try and use the measure in a visualisation...
- PattemManohar7 years agoCommunity Champion
arpCould you please post the error message that you are getting. Here is the same in "Multi-row card" visual as well
- arp7 years agoRegular Visitor
Thanks both,
error message no longer displaying, probelm solved!
Thank you very much for your help, much appreciated.