BookmarkSubscribeRSS Feed
KarthikB
Calcite | Level 5

Dear Experts,

Could you please advice me on how to create a Average on top of count of a field.

To be specific, I have a category named "ID" (character datatype) and i need to calculate the average of the count of ID for a group called "Dept"

Thanks in advance

Karthik

2 REPLIES 2
LinusH
Tourmaline | Level 20

I understand count:

select dept, count(distinct ID) as cnt

     from have

     group by dept

;

But average, of what...? Perhaps some sample input and desired output?

Data never sleeps
KarthikB
Calcite | Level 5

Thanks for the reply Linus,

Firstly, I dont have access to Data Preparation. Hence, I need to complete my requirement at the VA Report itself.

The Actual Requirement is: I want to set the Target as "Average of the bar value" in the "Targeted Bar Chart". The bar shows the Count of ID as Measure. and the group is "Dept" column.

Could you please suggest me on how to set the target with the "Average" . Thanks

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1224 views
  • 0 likes
  • 2 in conversation