Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi,
Hope you're doing well 🙂
I'm stuck on calculating the % grand or % subtotals basically I want to calculate the % for GWP for Name and Program.
I've created two measures :
They're working correctly but I don't want two-measure I want only a single measure that will give me the % total.
Attached below are the sample data and the pbix file.
https://drive.google.com/file/d/1g0ljZMa5RMlkpBUsQMuPlWJ6D_vlm9uU/view?usp=sharing
will highly appreciate it if anyone can help me with this.
Thanks!
Solved! Go to Solution.
Hi, @Anonymous
Please add another formula as below:
test2 =
IF (
ISINSCOPE ( Programs[ProgramDetailName] ),
WrittenPremiumAggregate[% of GWP Program],
WrittenPremiumAggregate[% of GWP Partner]
)
Result:
By the way, it seems that you have miscalculated the result.
Best Regards,
Community Support Team _ Eason
Hi Ibendlin,
I know that I can use this to get my desired output but I want to create a separate measure for this.
I've already calculated the grand totals with this measure :
test1=
Hi, @Anonymous
Please add another formula as below:
test2 =
IF (
ISINSCOPE ( Programs[ProgramDetailName] ),
WrittenPremiumAggregate[% of GWP Program],
WrittenPremiumAggregate[% of GWP Partner]
)
Result:
By the way, it seems that you have miscalculated the result.
Best Regards,
Community Support Team _ Eason
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!