Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
109 | |
105 | |
94 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |