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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
KBO
MVP

How to show sub total as an average in matrix visualization?

Hi,

can anybody show me what I have to do If I want to show my sub total in a matrix visual as average? Is this possible in the matrix visual configuration or need I an measure or calculated column? 

Sub Tótal.png

Thanks for your help,

 

with best regards

Kathrin

 

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@KBO

 

Hi, you can follow this pattern:

 

 

ComisionTotal-WithAverageinTotal =
IF (
    HASONEVALUE ( Table1[Name] );
    [Comisión Total];
    AVERAGEX ( VALUES ( Table1[Name] ); [Comisión Total] )
)

Image2.png

 

Regards

 

Victor




Lima - Peru

View solution in original post

3 REPLIES 3
Hardik
Continued Contributor
Continued Contributor

right click on the dersired column in the tools tab and select averageScreenshot_17.png

There is no average which I can choose - it looks like your picture :).

 

 

Vvelarde
Community Champion
Community Champion

@KBO

 

Hi, you can follow this pattern:

 

 

ComisionTotal-WithAverageinTotal =
IF (
    HASONEVALUE ( Table1[Name] );
    [Comisión Total];
    AVERAGEX ( VALUES ( Table1[Name] ); [Comisión Total] )
)

Image2.png

 

Regards

 

Victor




Lima - Peru

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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