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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors