Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dear all,
I try to explain my self better I can.
I have HR list, I know which people are based in which country and are taking care of cases in particular markets.
I have a table with the amounts of cases logget in markets.
With a calculated measure, I have the number of cases per market and how many people are working on the cases in those markets.
My issue is whan I have a person that works in more than one markets, i need to sum the ratio cases/headcounts for eache markets where he works. how to do it?
Thanks
Solved! Go to Solution.
Hi,
I am not sure how your data model looks like, but please try something like below.
expected result measure: =
SUMX (
DISTINCT ( 'TableName'[Market] ),
DIVIDE ( [Cases measure], [HeadCount measure] )
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
I am not sure how your data model looks like, but please try something like below.
expected result measure: =
SUMX (
DISTINCT ( 'TableName'[Market] ),
DIVIDE ( [Cases measure], [HeadCount measure] )
)
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Thank you so much!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
20 | |
17 | |
17 | |
11 | |
7 |
User | Count |
---|---|
27 | |
27 | |
13 | |
12 | |
12 |