Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
110 | |
59 | |
57 |