Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to import rdl files into Power BI

Now we are on a process of converting few of our ssrs reports into Power BI. I wonder if there any option to import an entire report structure(rdl files) into power BI. please help me about this

like image 852
bmsqldev Avatar asked May 10 '16 07:05

bmsqldev


2 Answers

Import of SSRS reports (.rdl) is supported now in Power BI premium.

This feature is called as Paginated Reports.

Refer https://learn.microsoft.com/en-us/power-bi/paginated-reports-save-to-power-bi-service

I understand this is very late reply, but I guess it could help someone.

like image 137
Bob Ash Avatar answered Nov 17 '22 11:11

Bob Ash


There isn't. SSRS & Power BI are fundamentally different tools. If your SSRS reports are simple, then it shouldn't be hard to move the queries over to Power BI and then reproduce the same visuals (tables, charts, etc), though it would still look & feel very different.

Power BI has a focus on interactivity & data exploration that SSRS does not. As you convert reports, you'll likely want to update them to take advantage of features like slicers & cross-filtering & drill-downs.

On the other hand, SSRS has a lot of fine-tuning options that simply don't exist in Power BI (including an entire expression language). There are a lot of things you can do with SSRS that you can't easily recreate in Power BI (which is why a general conversion tool would be very difficult to write).

A super-delayed response, I realize, so I'm curious as to how your conversion project worked out.

like image 3
Leonard Avatar answered Nov 17 '22 11:11

Leonard