Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
braypa
Advocate II
Advocate II

Calculating percent of column in matrix with filters

I have a tabled called ABC, and that I want to use to produce a matrix that looks like this:

Ask     Rating     # Proposals   % of Proposals

Entry     High         6                30%

Entry     Medium   10              50 %

Entry     Low            4              20 %

Entry     Total          20            100%

Luxury   High          1                20%

Luxury   Medium     3               60%

Luxury   Low           1                20%

Luxury   Total          5             100%

 

The % of proposals column should calculate the % for that grouping.  I used the following measure to calculate the percentage:

 

% Proposals = DIVIDE(CALCULATE(DISTINCTCOUNT(ABC[Prop ID Number])), CALCULATE(DISTINCTCOUNT(ABC[Prop ID Number]), ALLEXCEPT(ABC,ABC[Ask])))

 

 

This worked fine, until I added additional product types to the ABC table. I have a page level filter for the product type, but the % shown in the matrix are now incorrect, and calculated off the entre proposal base, not just the proposals for this product type.  Any ideas how to fix?

 

1 ACCEPTED SOLUTION
braypa
Advocate II
Advocate II

Solved. The answer was to add: ABC[Product]="Name" in the CALCULATE statement to include the filter needed.

View solution in original post

2 REPLIES 2
braypa
Advocate II
Advocate II

Solved. The answer was to add: ABC[Product]="Name" in the CALCULATE statement to include the filter needed.

Hi @braypa,

 

Great to hear the problem got resolved! Could you accept your reply above as solution to close this thread? Smiley Happy

 

Regards

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.