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
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
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.