This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello!
I am trying to create a graph of 2 running totals of snags, each having a date attributed to it => when it was raised [Date Raised] and when it was closed [Date Closed].
1) When a snag was created. My formula is:
Open = CALCULATE ( COUNTROWS (dr_summary), dr_summary[Status] = "OPEN", FILTER (
ALL ( dr_summary[Date Raised]),
'dr_summary'[Date Raised] <= MAX ( 'dr_summary'[Date Raised] )&& MIN(dr_summary[Date Raised])<= TODAY()))
2) When a snag was closed. My formula is:
Closed = CALCULATE ( COUNTROWS (dr_summary), dr_summary[Status] = "CLOSED", FILTER (
ALL ( dr_summary[Date Closed]),
'dr_summary'[Date Closed] <= MAX ( 'dr_summary'[Date Closed] )&& MIN(dr_summary[Date Closed])<= TODAY()))
Unfortuneatly, in the graph, I can only have ONE at a time work, depending if I have [Date Raise] or [Date Closed] in it's axis.
They are both under a Date format.
How can I combine the 2 of them ?
Thank you for your time,
Teodor
Could you please provide us some sample data, so that we can make further analysis.
Regards,
Charlie Liao
I hope this clarifies my situation.
Here is a picture of the graph.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 43 | |
| 33 | |
| 24 | |
| 23 |