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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Total showing blank in table/matrix visual

Hi,

Total showing blank in table/matrix table. What is reason for this. Please check my below DAX Code.

Total Sale = COALESCE( TOTALMTD ( [Sale], dim_clndr[dt] ),0)
 
PPK2698_0-1698985370917.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

I agree with  Jihwan_Kim's reply, it will be easier for us to find the solution.

I think you can try SUMX() function to have a try.

Sales with Total =
SUMX ( VALUES ( 'TableName'[mnth_nm] ), 'TableName'[Sales] )

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
Jihwan_Kim
Super User
Super User

Hi,

It is difficult to understand the problem without seeing the datamodel.

I tried to create a sample pbix file like below, and it shows no-blank.

I am not sure what total number you want to show it by using TOTALMTD DAX function, but please try to check what is differently configured.

Jihwan_Kim_0-1698987444784.png

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.
Anonymous
Not applicable

@Jihwan_Kim 

I have created one new  FY column and in that column there is "Current FY" word it change every year automatially and due to "Current FY" total is not showing.

 

   

PPK2698_2-1698988332340.png

 

PPK2698_1-1698988274257.png

 

 

Anonymous
Not applicable

Hi @Anonymous ,

 

I agree with  Jihwan_Kim's reply, it will be easier for us to find the solution.

I think you can try SUMX() function to have a try.

Sales with Total =
SUMX ( VALUES ( 'TableName'[mnth_nm] ), 'TableName'[Sales] )

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi,

It is difficult to understand what is causing problem without seeing your datamodel.

 

I guess your fiscal year's ending month is not September.

What is your fiscal year's ending month? And does that month has the data? I think you can check this.

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

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.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.