Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

average value in a chart

 

i have a column( a simple count of a column) where i have two states(the user did or didnt)FirstChart.jpg

 

 

 

Im trying to do a  clustered column chart by day where i take the average value(and in the future do a conditional formatting), my problem is that i need to do a fixed amount (problaby that 13 ) and divide by the total number of users to get my average value. How can i do that. im trying to use that formula with ALL 

Image 2.png

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

If you want to take the 13 from your calculation you need to use the ALL function but force the filter for the Absent should look something like this 

 

FIXO AL AUSENTES =
CALCULATE (
    [.Aluno_PR];
    FILTER (
        ALL ( Table[Column DID / NOT DID] );
        Table[Column DID / NOT DID] = "Didnt"
    )
)

Replace the column by the ones on your model and the Didnt also by the corresponding text.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

If you want to take the 13 from your calculation you need to use the ALL function but force the filter for the Absent should look something like this 

 

FIXO AL AUSENTES =
CALCULATE (
    [.Aluno_PR];
    FILTER (
        ALL ( Table[Column DID / NOT DID] );
        Table[Column DID / NOT DID] = "Didnt"
    )
)

Replace the column by the ones on your model and the Didnt also by the corresponding text.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.