The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
108 | |
77 | |
73 | |
47 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
56 |