Forum Discussion
Calculate multiple values based on different values in DAX
Hi guys,
I have one table which register the total contact registrations for each employee on each contact type. We have three different contact type: call, e-mail and inmail.
My current limited dax formula is :
8 Replies
- FowmySuper User
Anonymous
If I understand your question correctly,
When you use your Measure "COUNT(Fact_Contact[contactmomentid])", and drop it in a table visual where you already have Dim_ContactType[Type], it should automatically give you the result you are expecting as the filter context works.________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
- AnonymousNot applicable
Fowmy Exactly ! any suggestions?
- parry2kSuper User
Anonymous add the following measure
New Measure = CALCULATE ([Total contactregistrations], Dim_ContactType[Type]) IN { "Call", "E-mail", "InMail"} )I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡