data protection
5514 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?17Views0likes1CommentOAuth token refresh fails intermittently when pbi on server refrehses
Situation: Data source connection failed and visuals doesn't work as expected in pbi on Server. Root causes: OAuth token refresh fails intermittently on PBI server. Questions: how do I get UAuth token expiration in advance? Do we have a workaround to avoid it?Solved52Views0likes4CommentsDeprecate and Remove Dashboards after a period of Time. Deprecar y eliminar dashboards.
Hello: There are a lot of dashboards which data has not been updated after 2020, so we need to remove those dasbhoad but after that we need to deprecated them and after 2 months remove them. Is there an option in Power BI Service to deprecate Dashboard or sending messsage indicanting that the dashboard will be remove after 1 or 2 month if they are not being used or not notifyng us to mantaim then? For the moment the only solution to deprecate is download, remove them from the original workspace and publishing them in an special Workspace Hay muchos dashboards cuya data no ha sido actualizado despues del 2020 por lo que necesitamos eliminarlos pero antes de eso necesitamos deprecarlos y luego de 2 meses eliminarlos. Hay alguna opción en Power BI Service para deprecar dashboards o enviar un mensaje indicando de que el dashboard será eliminado dentre de 1 o 2 meses si no son usados o no nos avisan para que permanezcan? Por el momento la única solución que tenemos para deprecarlos es descargarlos y luego eliminarlos de su workspace original y publicarlo en un workspace o área de trabajo especialSolved62Views0likes4CommentsWeb.Contents failed to get contents from 'https://ausreman.tidywork.com/api/materials' (400)
I have tried a number of scenarios for posting data, but I have come up with nothing. I am trying to write a power query that posts data to a REST API (https://ausreman.tidywork.com/api/materials), it posts data for materials. The current query I have is: = Json.Document(Web.Contents("https://ausreman.tidywork.com/api/materials",[Headers= [#"Authorization"="Basic ZZZZZZZZZZZZZZZZZ",#"Content-Type"="application/json"], Content=Json.FromValue({[projectId="65b6d1fe-ec2e-47c3-9c92-2aad8fdd1d26",userId="67220adb-d5cb-4667-a3ce-ebe3d6248334",materialDateUtc="2015-09-14T07:11:00",materialDate="2015-09-14T17:11:00",materialId="00000000-0000-0000-0000-000000000000",materialLocationId="1aeb9552-a3e9-4804-a7b2-641b290dac8d",materialItemCode="1H3338",materialItemId="f9be8264-81f0-4ae2-a12b-569b3e05d034",costCurrencyId="17709522-6b2e-4b01-9cdf-bb7eb0a43c52",chargeCurrencyId="17709522-6b2e-4b01-9cdf-bb7eb0a43c52",taskId="b2ffc2cf-326a-fc91-eb40-c4ddb4147a35",state="Approved",usageQuantity=1,quantity=1,cost=0.21,charge=0.25]})]), 1252) The only thoughts I had was that it had something along the lines of the size of the data being post. Please help me remove this frustration.897Views0likes4CommentsPower BI model suddenly failing due to circular dependency issue
Hi team , My Power BI model was working fine until recently, but it has now started failing with a circular dependency error. I tried modifying the formula it was pointing to, but this triggered issues across many other calculated fields that depend on it, making it very difficult to update all of them without causing data discrepancies. Is there a way to resolve this circular dependency issue without modifying the existing DAX logic? Any guidance would be appreciated.Solved117Views0likes7CommentsRLS on Semantic Model
Hi team, I have a model semantic published on PBI Service where 8 reports are using this model with base. I need apply RLS just on one report, how can I do this? I'm developing RLS rules onde PBI desktop and this Rules are applyng for all report, but I need it work on just one.Solved2.1KViews0likes3CommentsConnect 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.2KViews0likes3CommentsWorkaround for OLS related Limitations
Hello Everyone, When we are dealing with OLS in our semantic model. We came up limitations, i would like to know if any workarounds. Before OLS implementation our Model Structure: Role A can see Column A. Role B can see both Column A and Column B. We use Column A and Column B in a same metrics & toggle between both based on the Logged in Roles. We used a Metrics to toggle between Column A and Column B. (Reason is both column meant for alike data display, eg, Profit and Profit_withMargin) We have 700 metrics. Now Challenge during OLS implementation: If we apply OLS in our model, When Role A logsin our metrics break because we Column B in the metric is been filtered by OLS feature. To overcome this we have two solution. One to create metrics seperately for each role. This will be heavy maintanence activity if any new role got added in future. Second to depivot the table in ETL. (Ex: Keep both Profit and Profit_withMargin in same column) and apply RLS. This will increase datasize alot. Chances of getting performance and load issue are high) Any one face similar issue and have anothe quick fix workaround? Please let me know. Thanks in Advance.110Views3likes5Comments