cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Teodor_TRU
Frequent Visitor

Invoke grand total

I am building a Burndown Chart, and my baseline looks like this : Baseline = 1046-[Cumulative Quantity]

1046 being the grand total of the COUNT of how many issues I have.

Is there any way in invoking my grand total dynamically ? I just want one number and not something that dynamically changes with my dates/rows.

 

If I look at a different project, I will have to manually change my grand total and would like to avoid that.

1 ACCEPTED SOLUTION
Sean
Community Champion
Community Champion

@Teodor_TRU

 

Try either one of these

First one counts ALL Rows in your table (including blanks)

 

Grand Total = CALCULATE ( COUNTROWS ( TableName ), ALLSELETED ( TableName ) )

OR

the second counts all except blanks

 

Grant Total = CALCULATE ( COUNTA ( TableName[Column] ), ALLSELECTED ( TableName ) )

Take your pick according to your needs!

Good Luck!Smiley Happy

 

just FYI and reference

COUNTROWS(Table) = COUNTA(Table[Column]) + COUNTBLANK(Table[Column])

View solution in original post

2 REPLIES 2
Sean
Community Champion
Community Champion

@Teodor_TRU

 

Try either one of these

First one counts ALL Rows in your table (including blanks)

 

Grand Total = CALCULATE ( COUNTROWS ( TableName ), ALLSELETED ( TableName ) )

OR

the second counts all except blanks

 

Grant Total = CALCULATE ( COUNTA ( TableName[Column] ), ALLSELECTED ( TableName ) )

Take your pick according to your needs!

Good Luck!Smiley Happy

 

just FYI and reference

COUNTROWS(Table) = COUNTA(Table[Column]) + COUNTBLANK(Table[Column])

You're a god.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors