Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello Experts,
I have 2 years of Incident data, so Unfortunately I am not able to attach any data or Picture this time, it is too big. The data has column such as Incident number, INcident Type( Auto or User). I can individually calculate the Number of Total auto Incidents and Total User Incidents for 2 years. I just need now last 90 days count of Auto and user Incidents. I can't do any filtering in Query Editor, as Initially this data set was for 4 Years and I reduced it to 2 years to do my other calculations. Any Formula or way?
Thanks
Deepak
Solved! Go to Solution.
Hi @drrai66,
Without any data is difficult to give you the rigth answer to your question however you should have something like this:
Last 90 days = var Select_Date = MAX(Table[Date]) Return CALCULATE( COUNT(Table[Incident]);Table[Date] >= Select_Date - 90)
This should work however did not test it out in PBI not on computer right now if you can provide a sample of your data just a simple data mockup would be helpfull.
Be aware that for this to work you need to have a date filter on your visuals, however if you want to have it for current date just change it to:
Last 90 days = CALCULATE( COUNT(Table[Incident]);Table[Date] >= TODAY() - 90)
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @drrai66,
Without any data is difficult to give you the rigth answer to your question however you should have something like this:
Last 90 days = var Select_Date = MAX(Table[Date]) Return CALCULATE( COUNT(Table[Incident]);Table[Date] >= Select_Date - 90)
This should work however did not test it out in PBI not on computer right now if you can provide a sample of your data just a simple data mockup would be helpfull.
Be aware that for this to work you need to have a date filter on your visuals, however if you want to have it for current date just change it to:
Last 90 days = CALCULATE( COUNT(Table[Incident]);Table[Date] >= TODAY() - 90)
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi
Sorry for Delay, I applied it and it Worked Perfectly!!!
Thanks
Deepak
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |