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

Join 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.

Reply
rksharma86
Frequent Visitor

Matrix Visual - Incorrect Row header appearing under Category

I have a issue with matrix visual, where correct visual should be one as below

Correct Visual Should be :

CategoryMembersEDR % By Sector
AAABC5%
 XYZ5%
 TTQ5%
 RFP5%
AUVW3%
 XYZ3%
 RST3%
 WWE3%
 YYE3%
BYRU2%
 ADC2%
 FCR2%
 RUP2%
 POT2%

 

Visual I am getting(Incorrect)

CategoryMembersEDR % By Sector
AA 5%
 ABC5%
 XYZ5%
 TTQ5%
 RFP5%
 UVW5%
 XYZ5%
 RST5%
 WWE5%
 YYE5%
 YRU5%
 ADC5%
 FCR5%
 RUP5%
 POT5%
A 3%
 ABC3%
 XYZ3%
 TTQ3%
 RFP3%
 UVW3%
 XYZ3%
 RST3%
 WWE3%
 YYE3%
 YRU3%
 ADC3%
 FCR3%
 RUP3%
 POT3%

 

 

I am using a Dax Measure to get the EDR % of Sector : 
EDR % of IDR average per Category =
CALCULATE(
DIVIDE([EDR Complaint], [IDR Complaint]),
ALL('Member'[Members])
)

I noticed, if I use the Category from the members Table or calculated column(ERD % od Sector) from the Category Table I get the desired result.
What I want to know if how can I achieve this with the measure.

Please note: Members and Category are two different Dimension Table joined on Category relationship

 




1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @rksharma86 ,


Please check the relationship between the 'Category' table and the 'Member' table first. (What happens if you change the cross-filter to both?) It seems that the two are not filtered correctly. 

Consider publishing a sample model, which will help locate the problem.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

2 REPLIES 2
rksharma86
Frequent Visitor

Thanks @Anonymous, it was a cross filtering issue.

Anonymous
Not applicable

Hi @rksharma86 ,


Please check the relationship between the 'Category' table and the 'Member' table first. (What happens if you change the cross-filter to both?) It seems that the two are not filtered correctly. 

Consider publishing a sample model, which will help locate the problem.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.