interesting links
7386 TopicsHow do you usually troubleshoot slow Power BI reports?
I work as a Power BI Analyst at Edoxi, and through my work with Power BI reports and data visualisation, I’ve found that report performance is not always related to dataset size. Even a relatively small model can become slow because of complex DAX measures, inefficient relationships, too many visuals, or expensive Power Query transformations. When troubleshooting performance, I usually start by checking these areas: Data model — Check whether the model is structured appropriately, such as using a star schema where suitable. DAX measures — Review calculations and iterators that may be unnecessarily complex. Relationships — Check cardinality, filter direction, and any ambiguous relationships. Visuals — Look at the number of visuals and interactions on the report page. Performance Analyzer — Identify which visual or query is taking the most time. Power Query — Review expensive transformations and check whether query folding is maintained where applicable. I’ve found that identifying the actual bottleneck first is more effective than changing multiple parts of a report at the same time. For other Power BI professionals and analysts, what performance issue do you encounter most often: DAX, data modelling, Power Query, or report design?66Views0likes3CommentsColor Coding Issue
I have a PBI report in which I am using a tree map visual and I have coded few brands but for rest which i dint coded is having duplicate color issue, I am searching for a optimised solution for color coding where instead of doing it manually i can do it in some other optimised way.84Views3likes3Commentsleft join dax
I have two tables store and clients; no relations between them. I must not have physical relationship, I prefer virtual. And the report have a many slicers: Year, region, country from clients. So the visual have four columns. region (clients) Country (clients) sales (clients) inventory (store) and table store have year region Country inventory Dax measure: NATURALLEFTOUTERJOIN (store, clients) The principal idea is inventory is actually a measure (e.g. left outer join) to get the total in each sublevel: country, region passing the selected value from slicer. Actually I get the total from all years in measure "inventory". I don't get the context to compute (left outer join) :( . I figure out is about the missing relation between tables. Any ideas? thanks in advance.Solved69Views2likes5CommentsHow to get the internal Page Name and Visual Name for Power Automate
Hi everyone, I am trying to automate a daily Power BI report email using Power Automate. My requirement is: Power BI Report ↓ Power Automate ↓ Export a specific Power BI visual as PNG ↓ Embed the image in an HTML email ↓ Send the email daily I already have an existing Power Automate flow that sends an HTML table successfully. Now I also want to include a Power BI chart below the table in the same email. I am using the Power BI action: "Export To File for Power BI Reports" I have selected: - Workspace - Report - Export Format = PNG The action provides the following fields under Pages: - Pagename - Visualname - Bookmark Name - Bookmark State The Power BI report has a page called "X" and the visual I want to export is called "Y". The problem is that I don't know the INTERNAL page name and INTERNAL visual name required by the Power Automate export action. My Power BI Service URL follows this format: https://app.powerbi.com/groups/<workspace-id>/reports/<report-id>/<some-id>?experience=power-bi Unlike some examples I have seen, the URL does not contain something like: ReportSection123abc I understand that the Power BI API uses an internal page name that is different from the visible page name. My questions are: 1. How can I retrieve the internal page name for page "X" in the current Power BI Service experience? 2. How can I retrieve the internal visualName for visual "Y"? 3. Is there a recommended way to get these values without manually inspecting browser/developer tools? 4. Can I use the Power BI REST API / Get Pages API to retrieve the internal page name and then use that value in Power Automate? 5. Is there a Power BI/Power Automate connector or API that can retrieve the visual names using getVisuals or another method? Any guidance would be greatly appreciated. Thanks!Solved95Views0likes6CommentsAnti join custom query
Hi community, in ths time., I have two tables A y B, the tbale A have some columns are ID_CITY, ID_STATE, ID_COUNTRY, ID_YEAR, DESCRIPTION_MESSAGE, COUNT_PEOPLE, the other table B the columns are: ID_CITY, ID_STATE, ID_COUNTRY, ID_YEAR, ANNUAL_INCOME, AVERAGE_HEIGH, PERFORMANCE_SCORE, So with the anti right join (ID_CITY, ID_STATE, ID_COUNTRY, ID_YEAR) in power is get the rows than exists in table B but they don't in table A, so with the result create a "new records" with the same structure that table A and append this records in A. is this possible? custom function required? thanks in advance.Solved99Views0likes5CommentsMigrating Reports from Tableau to Power BI
HI Team, We are plannig to migrate report from Tableau to Power BI from April 1st. When, i check the previous discussion on any helping tools to migrate reports from tableau to power bi. First, currently do we have any tools to migrate report? Second, any alternative suggetion to to reduce the efforts to migrtae 100 dashboards. I appreciate the help Thank you in advance!Solved38KViews3likes20CommentsConnect Power BI to SAP Hanna On SAP Cloud
Hello All, Anyone has ever connect SAP Hanna present on SAP Clound, on premises SAP Hanna can be connected using the SAP connector available under the databases in Power BI. But i am looking for an option to connect SAP Hanna which is deployed on SAP Cloud. Appreciate your help 🙂 Regards, Chayan UpadhyaySolved7.2KViews0likes3Comments