Forum Discussion

JonBonesJones's avatar
JonBonesJones
Frequent Visitor
3 years ago

Calculating total value from a measure

Hello everyone!

 

I'm currently struggling with a slight issue I've been working on. I'm trying to calculate the total value of a measure that I've created with Filters but it doesn't seem to calculate the total value. 

 

I've created a measure that shows each users average test scores. Now, I'd like to represent those by creating cards which show the total amount of users who have got 40%, 90% etc... If that makes sense?

 

My current measure is -

 

if%trained = IF([%Trained] = 0.4, "1" )

 

It references my initial measure and then I wanted to say that any users with 0.4 / 40% for their score, give them a '1' value and then calculate the total value of these to give me a total number of users who have that score. 

 

I've added an image below to show my current status. I'd just like to be able to get a total value for the student list, so that I could create a card with the total amount of users. I would then add a few different cards to represent the scores that users could get at a glance. 

 

 

 

Thank you for all of your help 🙂

2 Replies