Forum Discussion
CEllis
3 years agoResolver I
Report Builder - Alternative
Hi All, I've been using Report Builder and woundered if there is an alternative solution to create printable pdf reports ? I appreciate the Report Builder works as its intended but find key f...
- 3 years ago
It's defenetly makes sense. Report builder is live connected to power bi dataset and uses the relationships and all the model.
you're just sending a Dax query to the model and it happens exactly the same as creating a report live connected to a dataset in power bi desktop.
d_gosbell
3 years agoSuper User
R1k91 is completely correct. The relationships work exactly the same in report builder. The only minor difference is that Desktop will do some extra things like injecting a count measure into a query if you don't add one yourself to prevent doing a full cross join of columns from different tables. Report Builder just runs whatever you ask it to run. If you are copying queries from Performance Analzyer they should work identically.