The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all. Hope you're all good.
I have this visual that show me the top 10 value for each SKU.
Now, i would like to have another column that show me what is the % of those values for each UNIT.
I've tried to find out the total of each unit but it's not working...maybe because of the context. Don't really know...and this measure doesn't work . It shows the same value as VALUE.
Measure = CALCULATE ([Total Value], ALL (Table[Unit] ))
Can any of you help me?
Thank you all
Solved! Go to Solution.
This is the solution i came up with
Hi:
It's difficult to answer in the best way when theri is no pbix however,
You can first make a measure to sum up the values; Total Qty= SUM(TableName[Values]) If you are doing this as a calc col in a tablethis same formula Tot Qty = SUM(TableName[Values]) will give you the bottom line total for all units.
The SHARE Measure can be
DIVIDE(SUMX(TableName, [Tot Qty]),
SUMX(ALLSELECTED(TableName), [Tot Qty])
If this doesn't work, please share file.(or sample). Hope this helps.
Then can do DIVIDE(TableName[
The divide function can give you the percents.
Hello @Whitewater100
Thank you for your answer.
Before the share measure, i need to first calculate the total value for each unit, regardless the context, except the date filter.
And that's the measure i need help
Thank you very much
This measure?
Total Qty= SUM(TableName[Values])
Total Qty All Items = CALCULATE([Total Qty], REMOVEFILRERS())
Hi @Whitewater100
The idea is to have all Qty for each unit that exists in the visual. Your measure didn't work and i've tried also
Hello:
Please see my example file. I wll attach due to a few steps involved.
https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing
Hi:
I put it in my Google Drive. Is this link working?
https://drive.google.com/file/d/1eU_FZGevQG7JVfDy0yl5cDaQ1P0ZFp-4/view?usp=sharing
Yes but It's showing me this...
This is the solution i came up with
User | Count |
---|---|
13 | |
9 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |