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 everyone,
I need help to solve my problem... 😞
I got one Table with my item list (id and name)
And I got one table with my datas about them :
id, intervention_date, intervention_label
2 03/02/2020 blabla
2 04/02/2020 maintenance1
3 06/02/2020 maintenance1
4 07/02/2020 blabla
2 10/02/2020 maintenance1
3 15/02/2020 maintenance2
...
And I would have this result :
item, nb maintenance1
1 5
2 3 (cause -> 5-2 "maintenance1")
3 5 (cause -> 5-0 "maintenance1" from the last "maintenance2")
4 5
I don't know if I'm clear...
Let me know!
Thanx for all!
Solved! Go to Solution.
Hi @Anonymous ,
You can use a calculate like this:
CALCULATE(COUNT([FIELD]),[DATA_FIELD]>DATE(YEAR,MONTH,DAY),otherfilter)
Let me know if this is what you were looking for.
Best Regards,
DR
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Hi @Anonymous ,
You can use a calculate like this:
CALCULATE(COUNT([FIELD]),[DATA_FIELD]>DATE(YEAR,MONTH,DAY),otherfilter)
Let me know if this is what you were looking for.
Best Regards,
DR
Thanx, sorry,
I used :
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 |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |