Forum Discussion
bsharma
7 months agoNew Member
Creating a report on Powerbi.com now gives 'transform' power query option
Hi all, I use Powerbi.com Service every semester. But back in December 2025 I noticed a change in the way report is created from My Workspace. After I upload my dataset it now shows me two buttons...
- 7 months ago
Power BI has been gradually:
- Moving more import and modeling functionality into the Service
- Introducing deeper semantic model editing, even allowing dataset editing directly in the browser (Premium/PPU features)
- Updating the “create from file” pipeline in My Workspace
One effect of these changes is that header detection is no longer assumed during the quick semantic‑model creation path.
This is likely why you now see the two buttons and different behaviors.
Think of it this way,Create Report:
- For quick, simple uploads
- No transformation
- No guaranteed header detection
- Fast auto‑semantic‑model creation
- Intended for clean, well‑structured files (e.g., Excel tables)
Transform data:
- Opens Power Query
- Lets you clean/shape data
- Ensures headers are correctly applied
- Gives you control before semantic model is created
- Much closer to Desktop behavior
Shravan133
Super User
7 months agoPower BI has been gradually:
- Moving more import and modeling functionality into the Service
- Introducing deeper semantic model editing, even allowing dataset editing directly in the browser (Premium/PPU features)
- Updating the “create from file” pipeline in My Workspace
One effect of these changes is that header detection is no longer assumed during the quick semantic‑model creation path.
This is likely why you now see the two buttons and different behaviors.
Think of it this way,
Create Report:
- For quick, simple uploads
- No transformation
- No guaranteed header detection
- Fast auto‑semantic‑model creation
- Intended for clean, well‑structured files (e.g., Excel tables)
Transform data:
- Opens Power Query
- Lets you clean/shape data
- Ensures headers are correctly applied
- Gives you control before semantic model is created
- Much closer to Desktop behavior
- bsharma7 months agoNew Member
Thank you so much for the explanation. Makes sense!!