Forum Discussion
Anonymous
3 years agoNot applicable
Formula
Hello Team, I need your help with a formula. I need to calculate the number of covers per Ticket. The database shows the data as per below: Ticket Cover 12871 1 12874 2 12874 2 ...
- 3 years ago
Hi,
Please check the below picture and the attached pbix file.
Cover measure: = SUMX ( DISTINCT ( Data[Ticket] ), CALCULATE ( DISTINCT ( Data[Cover] ) ) )
Jihwan_Kim
3 years agoSuper User
Hi,
Please check the below picture and the attached pbix file.
Cover measure: =
SUMX ( DISTINCT ( Data[Ticket] ), CALCULATE ( DISTINCT ( Data[Cover] ) ) )
- Anonymous3 years agoNot applicable
Hi Jihwan,
It works, thank you.
Kind Regards