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.
What I got after filtering NAME Column was that the % Total will be deducted from the row I filtered in Power BI Report. Is it possible to do what I attached. Thanks.
Solved! Go to Solution.
Hi @chaichatp,
Please try out these two measures.
% of Grand Total = DIVIDE ( SUM ( Table1[Quantity] ), CALCULATE ( SUM ( Table1[Quantity] ), ALLSELECTED ( Table1[Name] ) ), 0 )
%GrandTotal*Score = IF ( HASONEVALUE ( Table1[Name] ), [% of Grand Total] * MIN ( Table1[Score] ), SUMX ( SUMMARIZE ( 'Table1', Table1[Name], "score", [% of Grand Total] * MIN ( 'Table1'[Score] ) ), [score] ) )
Best Regards,
Dale
Hi @chaichatp,
Please try out these two measures.
% of Grand Total = DIVIDE ( SUM ( Table1[Quantity] ), CALCULATE ( SUM ( Table1[Quantity] ), ALLSELECTED ( Table1[Name] ) ), 0 )
%GrandTotal*Score = IF ( HASONEVALUE ( Table1[Name] ), [% of Grand Total] * MIN ( Table1[Score] ), SUMX ( SUMMARIZE ( 'Table1', Table1[Name], "score", [% of Grand Total] * MIN ( 'Table1'[Score] ) ), [score] ) )
Best Regards,
Dale
Wowww. That looks like what I was looking for. Thanks so much.
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 |
---|---|
72 | |
70 | |
55 | |
37 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |