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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Get data from Power BI to Excel - unable to recognize number format

Hi!

 

First time here. Sorry for the bad English.

 

I'm having trouble when obtaing data from Power BI in order to create a pivot table in Excel. I do can access the dataset and all the fields are shown. The problem is: I can't put the field [Price] in the pivot table "Values" box (picture 1).

 

Apparently Excel is recognizing [Price] as text due to some number format conversion failure. The thing is, Power Query had already recognized this field type as number and it's working fine in Power BI.

 

Can you help me figuring out a way to keep the number format when getting data from Power BI to Excel?

PS: We use decimal comma instead of point (portuguese) and changing it isn't an option.

PS 2 (update): Even integer number or dates can't be recognized as so. Looks like all the fields come down as "text" when I get data from Power BI. If I could at least process the data with Power Pivot maybe the problem could be solved...


Thank you very much in advance!

Picture 1:

thiagomarinelli_0-1645727888373.png

 

1 ACCEPTED SOLUTION
v-angzheng-msft
Community Support
Community Support

Hi,  @Anonymous 

 

Try to create a measure (SUM('Table'[Price]))and place the measure into the Pivot Table Value field.

 

When your Power BI dataset connects to an external OLAP model (which is how Excel connects to Power BI), the PivotTable requires measures to be defined in the external model, since all calculations are performed on the server. 

 

If you take a close look at the Pivot Table Fields list, you will see that there are now 2 types of field groups.  The first type (shown as 1 below) are the measures stored in your tables in Power BI.  These “measure tables” are indicated by the Sigma symbol.  The second type (shown as 2 below) are the actual tables (and columns) from the data model.  You select the Values for your Pivot Table from the measures tables (1) and the Rows/Columns/Filters/Slicers from the actual tables (2).

vangzhengmsft_0-1646197120438.png

 

refer:
Can't drag anything to the PivotTable Values area (no measures)

Power BI Analyze in Excel – What You Need to Know.

Measures in Power Pivot

 

Best Regards,
Community Support Team _ Zeon Zheng


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

5 REPLIES 5
v-angzheng-msft
Community Support
Community Support

Hi,  @Anonymous 

 

Try to create a measure (SUM('Table'[Price]))and place the measure into the Pivot Table Value field.

 

When your Power BI dataset connects to an external OLAP model (which is how Excel connects to Power BI), the PivotTable requires measures to be defined in the external model, since all calculations are performed on the server. 

 

If you take a close look at the Pivot Table Fields list, you will see that there are now 2 types of field groups.  The first type (shown as 1 below) are the measures stored in your tables in Power BI.  These “measure tables” are indicated by the Sigma symbol.  The second type (shown as 2 below) are the actual tables (and columns) from the data model.  You select the Values for your Pivot Table from the measures tables (1) and the Rows/Columns/Filters/Slicers from the actual tables (2).

vangzhengmsft_0-1646197120438.png

 

refer:
Can't drag anything to the PivotTable Values area (no measures)

Power BI Analyze in Excel – What You Need to Know.

Measures in Power Pivot

 

Best Regards,
Community Support Team _ Zeon Zheng


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

Hi,
I had this similar issue and I did creating measures so that I can pull that field into values. The numeric columns are't able to populate in the values field list. 
When I create measures, it does pull it into the values field list but it shows numbers same for everything.How can i fix it?

Anonymous
Not applicable

@v-angzheng-msft, thank you very much for your explanation!

PhilipTreacy
Super User
Super User

Hi @Anonymous 

Can you get the data directly into Excel with Power Query?  Why are you using PBI first then transferring to Excel?

Regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Anonymous
Not applicable

Hi @PhilipTreacy , we do get the data directly into Excel with Power Query locally a couple of times a day, for different analisys and reports, which is very time consuming ant troublesome. It's already schedulled to run once a day in a server and being used in Power BI and now what we need is to make it easily avaiable and updated.

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.

Top Solution Authors