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

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

Reply
HenryJS
Post Prodigy
Post Prodigy

Matrix Display Values As

Hi all,

 

Why doesn't 'refcount' below display in the matrix table as the actual value?

 

i.e. 1, 2 or 3 as per below

 

It says I can sum, median etc in picture 2 but I dont want to do that I just want it to display as it is in the table in picture 1.

 

 

1.

refcount.PNG

 

 

2.

 

refcount2.PNG

 

 

3. matrix 

 

refcount3.PNG

1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

If you know that there is only one refcount for each Candidate Ref you should be able to use Max/Min instead of average and get the correct result. 

Otherwise the correct way to do it would be with a measure.

Measure = SELECTEDVALUE(Table[refcount])

 This returns the refcount if there is only one value available on the current row or BLANK() if theres more than one. 

Br,
J


Connect on LinkedIn

View solution in original post

1 REPLY 1
tex628
Community Champion
Community Champion

If you know that there is only one refcount for each Candidate Ref you should be able to use Max/Min instead of average and get the correct result. 

Otherwise the correct way to do it would be with a measure.

Measure = SELECTEDVALUE(Table[refcount])

 This returns the refcount if there is only one value available on the current row or BLANK() if theres more than one. 

Br,
J


Connect on LinkedIn

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors