March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Guys - I have a list of maintenance jobs logged against properties with the following column headers:
Place Ref, Date Logged and Jobs count
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
Solved! Go to Solution.
@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])
Thanks Amit - that absolutely worked 😀.
My Date Logged was already in the right format, so the following did it:
@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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |