How can acheive correct SUM % please? I have attahed PBIX file with data and example:
Thanks you very much.
Try this measure
Measure2 =
SUMX (
ADDCOLUMNS (
CROSSJOIN ( 'Calendar', 'Product Group' ),
"diff", [Percentage Diff]
),
[Percentage Diff]
)