Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cmorri1988
Creator
Creator

Aggr Count Distinct and Ignore Dimension

Hi there,

 

Please can I ask how I would get the results of the measure but across all dimensions (Mth-Year)?

Pivot Dimensions and Measure attached.

  • Dimension: Authority ID
  • Dimension: Mth-Year
  • Measure: =Aggr(count(distinct [Mth-Year]),[Authority ID])

It is only showing within the first Mth-Year for which there was data for each authority.

With Thanks

pivot.PNGmeasure.PNG

Labels (3)
1 Reply
sunny_talwar
MVP
MVP

Maybe try this

=Aggr(NODISTINCT Count(DISTINCT [Mth-Year]), [Authority ID])