Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Total showing blank in table/matrix table. What is reason for this. Please check my below DAX Code.
Solved! Go to Solution.
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 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.
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.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |