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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
dshah12
Helper II
Helper II

Calculate the Benchmark for the no of files and persons associated

 

I want to calculate the benchmark for total count of files / Owner

I tried Count,DistinctCount,Distinctcountnoblank etc but none of them works perfectly.

Also tried 

Benchmark = AVERAGEX(
    KEEPFILTERS(VALUES(Owner)),
    CALCULATE(COUNT(File nos))
)

I get infinity certain. Help appreciated 

File nosOwner
CRM1232ABC
CRM1232ABC
CRM145XYZ
2 REPLIES 2
amitchandak
Super User
Super User

@dshah12 , Try like

a measure

M1 = 

AVERAGEX(
VALUES(Owner),
CALCULATE(COUNT(File nos), allexcept(Table[Owner]) )
)

 

or


M1 = AVERAGEX(
VALUES(Owner),
CALCULATE(COUNT(File nos), allselected() )
)

No that doesn't work Thank you for answering

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.