Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.