Forum Discussion
Convert Excel Sumifs into DAX in Power bi
Hi, lea_313
Is the above formula useful to you? My efforts are meaningful if it is helpful to you and you will be consider marking it as Answered since it is working now.
Regarding your current question, if I understand your question correctly, please use the following formula.
Count =
COUNTA(Deliverer[Deliverer 1 ID])+COUNTA(Deliverer[Deliverer 2 ID])+COUNTA(Deliverer[Deliverer 3 ID])
Result:
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hiya
This doesnt seem to do the calculation per row? I just get a total for the whole column?
Thanks
- Syndicate_Admin4 years ago
Administrator
I would like to make a column that based on the id I calculate the days of the month that that person attended.
- v-angzheng-msft4 years ago
Community Support
Hi, lea_313
This makes me a little confused, is this not what you want?
If not, could you please consdier sharing more details about it and posting expected result so it is clear on what needs to be implemented?
If I can be absolutely clear about what you want to do, I think I might get a solution.And it would be great if my first formula can work for your initial problem.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.