Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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}.
Solved! Go to Solution.
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:
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.
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:
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.
@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]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
68 | |
53 | |
39 | |
33 |
User | Count |
---|---|
70 | |
63 | |
57 | |
49 | |
46 |