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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
kekepania0529
Helper I
Helper I

Turn Power BI Report on Power BI Report Server into a Paginated Report

I have a .pbix file that I would like to convert into a .rdl file without having to start from scratch.

 

Is there a way to turn the .pbix into a dataset that can be used for the .rdl?

 

 

2 REPLIES 2
Icey
Community Support
Community Support

Hi @kekepania0529 ,

 

Currently, there is no direct way to convert from .pbix to .rdl file.

 

If you are also using Power BI Service, how about trying to create a paginated report based on a Power BI shared dataset? With this, the paginated report is based on the exact same data with the .pbix file, no discrepancies, so you use the same dataset.

 

 

Best Regards,

Icey

 

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

d_gosbell
Super User
Super User

Unfortunately there is now easy way to do what you want. To use a tabular dataset in an rdl report on report server you would have to build that data model as a SQL Server Analysis Servers Tabular model and there is no automated conversion from pbix for this. You might be able to save some time by using something like TabularEditor to copy and paste objects from the pbix data model to an SSAS one, but the pbix data schema is a couple of years ahead of the latest SSAS version so it may or may not work.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors