Forum Discussion
Anonymous
5 years agoNot applicable
Measure for Remaining Tickets
Hi, I have a visual in my reports which shows the closed and created tickets over a period. I want to create a measure where I can see the remaining tickets for the month. Eg. in Dec 10 were...
Anonymous
5 years agoNot applicable
Jihwan_Kim Can you please help here as well. I just want to add two measures now.
As of now we have used only 1 measure in the measure i.e for non dev ticket
4 Remaining Cumulate =
CALCULATE (
[Remaining Non-Dev Tags],
FILTER (
ALLSELECTED ( 'DAX Date Table' ),
'DAX Date Table'[Date] <= MAX ( 'DAX Date Table'[Date] )
)
)
If i have more than 1 measure then how can I add the remaing?
Eg I need some of Remaing Non Dev+ Remaing Issue for the above graph shown.
Regards,
Himanshu
Jihwan_Kim
5 years agoSuper User
Hi, Anonymous
Sorry I could not understand your question.
I am not sure whether you are asking about the same pbix file.
If you are asking about the different pbix file, please share.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.