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
Knarf_G
New Member

Count with an arguemnt. Compare Individual count average to Total count average.

Good evening, New to Power BI and loving it already!

 

I am trying to create a Cluster Bar Chart comparing the amount of times CODE (a CPT code) a Order# (DR) does in a given period (this is working) and compare that to the aveage percentage of the entire group. So i Have two slicers, DOS(date) and Order#(Drs).

I have been trying to do a Total Count AVG = divide(COUNT(AUDIT1[Code]), calculate(count **this is where i am stuck**

I can count the filtered but unable to add a ALLEXCEPT arguemnt in the count. (ALLEXCEPT(AUDIT1,AUDIT1[Trans Type],AUDIT1[DOS],AUDIT1[Code] which it should coninue to filter based on SILCER and Page filters for specific codes, code types, DOS range)

 

Here is what it currently looks like

DesktopDesktop

Thanks in advance!!

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @Knarf_G,

 

Please try to use ALLSELECTED() function instead of ALLEXCEPT().

 

Total Count AVG = divide(COUNT(AUDIT1[Code]), calculate(count(AUDIT1[Code]), allselected(AUDIT1).

 

If above doesn't work, please share the sample data and expected results for us to test.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.