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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |