Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
May know the best way to sum the total value in visual so that I can get the percentage under total visual as per below.
Yield in M2 (%) = Total GR (M2) / Total GI (M2)
Regards,
Nuha
Solved! Go to Solution.
hi @Anonymous
try using the below measure
Yield in M2 (%) = Sum(Table[Total GR (M2)]) / Sum(Table[Total GI (M2)])
If this post helps , accept it as a solution
hi @Anonymous
try using the below measure
Yield in M2 (%) = Sum(Table[Total GR (M2)]) / Sum(Table[Total GI (M2)])
If this post helps , accept it as a solution
Thanks! I create a "new measure" and do division.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
17 | |
10 | |
8 | |
8 | |
7 |