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

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

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
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.