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
Anonymous
Not applicable

Show total only of visible values in table

Hi,

 

I've got a table looking like the following:

 

Month      R19/20     R20/21      Growth

Jul            10              20              100%

Aug          20              25              25%

Sep           5              10                100%

Oct           10             10               0%

Nov          5

Dec          7

Jan           10

Feb          2

Mar         6

Apr         8

May        5

Jun         7

Jul           9

Total     104             65                 -37,5%

 

 

Can I somehow make the total of the growth column only show the total of the visible values (I guess: (100+25+100+0)/4)? But without only showing the visible values. (I still want to show Nov-Jul even though there is no data in the growth column)?

 

All of the columns are measures.

 

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @Anonymous 

Create another measure using the one you have:

Growth TOT=
AVERAGEX(DatesT[Month], [Growth] )

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

 

View solution in original post

1 REPLY 1
AlB
Community Champion
Community Champion

Hi @Anonymous 

Create another measure using the one you have:

Growth TOT=
AVERAGEX(DatesT[Month], [Growth] )

Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

Cheers 

SU18_powerbi_badge

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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