Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a list of Customers (BILLTO) and a list of Units (TRACTOR). These are both standard dimensions. Rev-FSC is the amount of Revenue that Unit generated for that Customer. Total Rev-FSC ALL is a calculated measure that presents the Total Revenue that Unit Generated. Rev-FSC Allocation % is a calculated measure that presents the percentage of the given Unit's Revenue that was generated for that customer.
The calculations:
Total Rev-FSC ALL = calculate(sum(Operations[Rev-FSC]),ALL(Operations[BILLTO]))
Solved! Go to Solution.
Hi, @DonRitchie
You can try the following methods.
Measure:
Result = IF(HASONEVALUE('Table'[TRACTOR]),[Rev-FSC Allocation %],SUMX('Table',[Rev-FSC Allocation %]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @DonRitchie
You can try the following methods.
Measure:
Result = IF(HASONEVALUE('Table'[TRACTOR]),[Rev-FSC Allocation %],SUMX('Table',[Rev-FSC Allocation %]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Drag this measure to a card visual
Measure = SUMX(VALUES(Operations[Tracor]),[Rev-FSC Allocation %])
Hope this helps.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
105 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
157 | |
120 | |
74 | |
72 | |
63 |