Forum Discussion
Need help with the below queries
- Anonymous4 years ago
Hi Anonymous ,
Answer 1 - In Power BI service , cannot export Dashboard , we can only export Report as pdf, and the export report is a static report, cannot interact with it.
For more details, you can read related document:Export reports to PDF - Power BI | Microsoft Docs
Answer 2 – For Dashbord, it’s made of tile, a tile is a snapshot of your data, pinned to the dashboard. If your model is simple and dataset is not large, the influence for performance can ignore.For more details, you can read related document: Intro to dashboards for Power BI designers - Power BI | Microsoft Docs, Intro to dashboard tiles for Power BI designers - Power BI | Microsoft Docs
For more details, you can read related document: Power BI Best Practices | MAQ Software Insights, Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Microsoft Docs
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey Anonymous ,
1
unfortunately, this is not possible
2
I do not fully understand, what you mean by table
My assumption, the connection mode of the Power BI dataset to the underlying data sources is direct query. Some of the tables are using a SQL queries, if these queries are more complex than
SELECT
col1, col2, col3
FROM
table
then it's a good idea to use tables instead of queries.
From a performance point of view it's always a good idea to query data from a table instead of a SQL query that is joining multiple tables, transforming data, etc.
Creating this table in your underlying databases can be complex.
You are paying improved dashboard performance (using a table) with system complexity pushed upstream (to the data source).
Hopefully, this helps to tackle your challenge.
Regards,
Tom