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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
sacheu
Microsoft Employee
Microsoft Employee

How to transform data in PowerBI when my data source is an Excel file in the cloud

Hi,

 

I have an excel file in my OneDrive For business. And I have followed this step to export to PowerBI Publish to Power BI from Microsoft Excel - Power BI | Microsoft Docs.  And I click the 'Go to PowerBI' after the publish. I see PBI loaded with my table under 'Fields' on the right pane.' 

My questions are:

1. How to download the .pbix file so that I can create the report using the PowerBI app on windows (instead using the PowerBI online)?

2. How can I transform the data in the excel table?  e.g. in my excel table , i have 2 columns: count and total. I want to create a 3rd column in PowerBI so that equals to  {count} / {total}.  

 

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

Hi, @sacheu 

 

It’s my pleasure to answer for you.

According to your description,It seems that you can't download the report created in PBI Service. However,you can connect the dataset in desktop,then create the report and publish to service.

Like this:

5.png4.png

You can create a column like this:

column =
DIVIDE ( table[count], table[total] )

If it doesn’t solve your problem, please feel free to ask me.

 

Best Regards

Janey Guo

 

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

2 REPLIES 2
v-janeyg-msft
Community Support
Community Support

Hi, @sacheu 

 

It’s my pleasure to answer for you.

According to your description,It seems that you can't download the report created in PBI Service. However,you can connect the dataset in desktop,then create the report and publish to service.

Like this:

5.png4.png

You can create a column like this:

column =
DIVIDE ( table[count], table[total] )

If it doesn’t solve your problem, please feel free to ask me.

 

Best Regards

Janey Guo

 

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

amitchandak
Super User
Super User

@sacheu , Based on what I got. You have an option to download the pbix in power bi service if the author has not disabled it https://docs.microsoft.com/en-us/power-bi/create-reports/service-export-to-pbix

 

What you are looking at will be better as a measure not column

 

new measure = divide(count(Table[Column]), Sum(Table[Column]))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.