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

Only allowed to count time and not sum (hh:nn:ss)

Hi,

I want to sum "Talk 3" but when creating graph only count is possible.

tvarberg_0-1616681381536.png

tvarberg_1-1616681423489.png

 

Best

Thomas

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

The column chart's  ‘Values’ tag can only visualize numeric types, and SUM([Time]) returns a ‘Time’ type, so it cannot be added to the ‘Values’ tag. Try to use a 'Table' visual or a 'Matrix' visual to visualize your time measure.

 

Best regards,
Lionel Chen

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

You'll need to make a measure for this to work. 

Try the following > 

 

 

Sum of Talk 3 = SUM('Table Name'[Talk 3])

 

 

(replace "Table Name" with the name of your table)


Once the measure is created, click onto the measure labelled "sum of Talk 3", then click measuring tools > Format : hh:nn:ss.

Karlos_0-1616681987571.png

 



Anonymous
Not applicable

Thanks for your input. This is working fine when making a card but when making column chart I can't put the measure in values. 

Hi @Anonymous ,

 

The column chart's  ‘Values’ tag can only visualize numeric types, and SUM([Time]) returns a ‘Time’ type, so it cannot be added to the ‘Values’ tag. Try to use a 'Table' visual or a 'Matrix' visual to visualize your time measure.

 

Best regards,
Lionel Chen

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

 

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.