Forum Discussion

JC2022's avatar
JC2022
Icon for Helper III rankHelper III
1 year ago
Solved

open tickets on weekly basis

Hi,
I have a table in Power BI with the structure like the table below. Now I would like to see in a visual the amount of open cases per week number. So week numbers on the x-axis. The amount of open cases should be based on the Creation_Date (opened) and the Finish_Date (closed).

CaseDescriptionCategoryStatusPriorityCreation_DateResolved_DateFinish_Date
CS55559SwitchesLANClosed219-12-202419-12-202419-12-2024
CS77778WLAN02NetworkingClosed313-12-202420-1-20253-2-2025
CS00015EncryptionWirelessClosed314-11-202419-11-202419-11-2024
CS99995UpdateWLANClosed17-11-20247-11-202421-11-2024

3 Replies

  • mark_endicott this works except from the fact that my dataset is too big?
    Is there anything I can do about it?

    • mark_endicott's avatar
      mark_endicott
      Icon for Super User rankSuper User

      JC2022 - Filter the data down to that which matters. What you are trying to do is incredibly resource hungry. 

       

      The DAX patterns article has a snapshot example too. If filtering does not resolve your challenge, you should consider this as an option. 

       

      If I answered your question please mark my post as the solution, it helps others with the same challenge find the answer!