Forum Discussion
Dunner2020
4 years agoPost Prodigy
COUNTX gives same proportion
Hi there, I am trying to display the count of applications w.r.t their age (how many days/weeks since application lodged) in pie chart. I created the following measure In progress applicatio...
- 4 years ago
Hi Dunner2020
Try this:
In progress application = CALCULATE ( COUNT ( 'Main Table'[App_ID] ), FILTER ( ALLEXCEPT ( 'Main Table', 'Main Table'[Application Age] ), 'Main Table'[Cases__r.Status] = "Awaiting Endorsement/Verification" ) )If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
VahidDM
4 years agoSuper User
Hi Dunner2020
Try this:
In progress application =
CALCULATE (
COUNT ( 'Main Table'[App_ID] ),
FILTER (
ALLEXCEPT ( 'Main Table', 'Main Table'[Application Age] ),
'Main Table'[Cases__r.Status] = "Awaiting Endorsement/Verification"
)
)
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/