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
Hi Team,
I need yout help to get monthly cumulative count of Open Bugs by priority wise.
Here the problem is Bug is in Workitem type Column, Open is in State of the task column, Month is in Created date column and Priority is in Priority column.
Thanks in Advance.
Solved! Go to Solution.
Hi, @Anonymous
You need to put the create date as a slicer or use table visual to show results.
measure =
CALCULATE (
COUNTROWS ( 'table' ),
table[workitem] = "Bug",
table[state] = "Open",
MONTH ( table[create date] ) = MONTH ( SELECTEDVALUE ( table[create date] ) ),
table[priority] = "priority"
)
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Syndicate_Admin ,
Please provide sample data and explain the sample data.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It is not clear enough.
Could you provide small sample data?
Proud to be a Super User!
Hi, @Anonymous
You need to put the create date as a slicer or use table visual to show results.
measure =
CALCULATE (
COUNTROWS ( 'table' ),
table[workitem] = "Bug",
table[state] = "Open",
MONTH ( table[create date] ) = MONTH ( SELECTEDVALUE ( table[create date] ) ),
table[priority] = "priority"
)
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 32 | |
| 28 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 35 | |
| 34 | |
| 24 | |
| 24 |