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

Set total count as record count

Hi,

I have a table where I calculate the count of days, but I want the total count in all rows and not only in the of the TOTAL at the bottom of the table, I have shared the pics of my current result and the expected output, All three columns are from different tables.Also the count of days will have to decrease as the records decreases(I guess that will happen automatically in power bi), What DAX can be used to acheive this.Capture.PNG

DateWeekdayCount of days
1/2/2016Sunday731
20/02/2016Monday731
1/3/2016Wednesday731
2/3/2017Monday731
4/7/2016Saturday731
Total 731

 

 Regards,

4 REPLIES 4
v-yulgu-msft
Employee
Employee

Hi @Anonymous,

 

I assume that you added the day column directly from table into visual and choosed 'count' aggregation which returned 1 for each row, right?

 

To display the total count in all rows, please add a measure into visual which is created as below:

Count of days = CALCULATE(COUNT('TableName'[Date]),ALL('TableName'))

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi v-yulgu-msft

Capture1.PNGCapture3.PNGThanks for your reply, I have used your DAX I get the desired output when I have only weekdays and  Count of days, but when I include a column "Date" from Table 2 the values gets drilled down, but I want the same 731 as a result even when I include date column, is this possible with DAX?

 

Regards,

Hi @Anonymous,

 

Actually, the count values will keep 731 even we add another column into visual. Please check whether you have used ALL function in DAX formula as I mentioned above. Besides, if it still doesn't work, instead of using a measure, you can create a calculated column with the same DAX formula. 

 

By the way, all above columns are from a single table, right?

 

Regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi v-yulgu-msft,

The weekdays and  Count of days columns are from Table 1 and  "Date" column is from Table 2.

I guess thats why I am not getting the desired o/p, How can I use the Table 2 columns also in side the formula.

 

Regards,

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.