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
Hello All
I am trying to get the number of items which is passed 180 days of a time period.
I did tired Measure but it did not work
I have 2different kind of document and both need to be count individual.
Solved! Go to Solution.
@Anonymous
If I understood this correctly, you need to show count of documents which are 180 days old. You will have to modify your measure formula. Please see the below formula :
= CALCULATE(COUNT(Native Documents[DocumentID]),FILTER(Native Documents,'Native Documents'[Document Type]="SOP" ),FILTER(Native Documents,DATEDIFF(Native Documents[Document Owner Approval Date],TODAY(),DAY) > 180))
Hope this helps !!
Please mark it as accepted if this was appropriate.
Thanks
@Anonymous
If I understood this correctly, you need to show count of documents which are 180 days old. You will have to modify your measure formula. Please see the below formula :
= CALCULATE(COUNT(Native Documents[DocumentID]),FILTER(Native Documents,'Native Documents'[Document Type]="SOP" ),FILTER(Native Documents,DATEDIFF(Native Documents[Document Owner Approval Date],TODAY(),DAY) > 180))
Hope this helps !!
Please mark it as accepted if this was appropriate.
Thanks
Hi @JIGAR
I will try your formula.
Yes, it has to count the Number of SOP Document is over 180 days.
Thank you
@Anonymous
Great.
Mark it as accepted if the solution was appropriate.
Thanks
Hi @Anonymous ,
How about sharing some sample data to try to help you?
Regards,
Fernando
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 |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |