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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
StevenHarrison
Resolver I
Resolver I

How to Count Locations (with multiple maintenance jobs) as 1

Hi Guys - I have a list of maintenance jobs logged against properties with the following column headers:

 

Place Ref, Date Logged and Jobs count

 

StevenHarrison_0-1649340657004.png

What I need to count is the number of Place Ref displayed in the Place Ref column, there are duplicates, so in the screenshot above would count as 2 entries - definition of the problem is each location can have a number of jobs logged against it in a different period of time, so this needs to be counted, i.e. same place, 2 different months, so counted twice.

 

Any help much appreciated

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@StevenHarrison , try like

a new column

date month = eomonth([Date logged],0)

 

and a new measure

measure = countx(summarize(Table, Table[Place ref], Table[Date Month]), [Place ref])

View solution in original post

3 REPLIES 3
StevenHarrison
Resolver I
Resolver I

Thanks Amit - that absolutely worked 😀.

 

My Date Logged was already in the right format, so the following did it:

 

Table Count of Void entities = countx(summarize('ALL Jobs Final Report','ALL Jobs Final Report'[PLACE REF],'ALL Jobs Final Report'[DATE LOGGED]),'ALL Jobs Final Report'[PLACE REF])
amitchandak
Super User
Super User

@StevenHarrison , try like

a new column

date month = eomonth([Date logged],0)

 

and a new measure

measure = countx(summarize(Table, Table[Place ref], Table[Date Month]), [Place ref])

Thank you for the help, much appreciated.

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.