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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Zsivago
New Member

aggregates

I have a query that I want to make a simple chart for, count the number of items an employee has picked.  When I create the chart the "values" dropdown only lists "count".  I want to sum.  why do I not get the other value choices?

 

 

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

@Zsivago I'll assume you are working with Power BI Desktop. 

What it sounds like you need is a measure created. We'll call it "Total_Items"

Right click your table in either the data or report view - > New Measure

In the field paste Total_Items:=SUM(<Tablename>[<FieldName>])

View solution in original post

meysun
Resolver IV
Resolver IV

May the datatype is set to String. Set the data type to numeric type . ( Select the fied inthe field list and look for data type under Modelling ribbon tab)

View solution in original post

9 REPLIES 9
Zsivago
New Member

Worked like a charm!

meysun
Resolver IV
Resolver IV

May the datatype is set to String. Set the data type to numeric type . ( Select the fied inthe field list and look for data type under Modelling ribbon tab)

where is the modelling tab to change from "string" to "numeric" 

Anonymous
Not applicable

@jewelry this is what you are looking for, in the header of the Data view in PBI desktop.

Capture1.jpg

@Anonymous thank you for your quick response. Is there an option to see the modelling tab in the web interface? 

Anonymous
Not applicable

@jewelry the modeling component of Power BI exists in the Desktop only.

@Eno1978 I just downloaded the desktop version and I signed into my account. I already had reports in the web interface version but am not seeing any of the reports in the desktop version. Is there a way to sync or import my existing reports from the web into the desktop version?

Anonymous
Not applicable

@jewelry ugh, unfortunetely not at this time. We're all hoping for some export ability soon. Currently, it is a one way street. You can only publish desktop files to the Service, there is no current way to pull down a report that was created in the Service back down to the Desktop...

Anonymous
Not applicable

@Zsivago I'll assume you are working with Power BI Desktop. 

What it sounds like you need is a measure created. We'll call it "Total_Items"

Right click your table in either the data or report view - > New Measure

In the field paste Total_Items:=SUM(<Tablename>[<FieldName>])

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors