update
30 TopicsDAXdakan ep4: PBI Desktop Nov 2023 Update
As requested, let's discuss the November 2023 update of Power BI. Button slicers and Copilot! DAXdakan is a fortnightly Teams meeting with other Power BI-erists (Power BI Pilipinas members). Language is Filipino/English. Attendance is free.221Views0likes0CommentsUnable to create scheduled refresh
Hello everyone, we recently updated the Power BI Report Server on premise with the January 2024 version. Since then we are unable to create a scheduled refresh. When creating in the Report Server we always get the error: An error has occurred. Something went wrong. Please try again later. When we look into the log file there ist the following error: 2024-02-19 14:51:12.2626|ERROR|59|OData exception occurred: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable. Thank you!841Views0likes2CommentsAutomatic update
Hello, I'd like to ask for your help. I have a problem with automatic update of PowerBi, the source for my data is MES database. "The scheduled update is inactive because at least one data source is missing login credentials. To restart the update, go to the settings page for this dataset and enter the login credentials for all data sources. Then reactivate the scheduled update." Do you have any experience with this, how can I fix it so I can update the file automatically? Thank you Barbora546Views0likes1CommentStep-by-Step guide to update Microsoft Gateway used for Power BI and other apps v1
What is a Gateway? An on-premises data gateway is software that you install in an on-premises network. The gateway facilitates access to data in that network. If you have installed the gateway already and are looking forward to updating it to the current version released by Microsoft, then this section is for you. I am trying to highlight the steps that I have implemented in my organization which can help to provide the one-place reference for you to update your gateways. I have used the November 2019 update from Microsoft while working on this blog, and Microsoft may change the steps in the future, but they can still be used as a reference, as per my understanding. Let's start!22KViews1like2CommentsAdd New Dynamically Updating Column To Data
Hi, I'm relatively new to using DAX in PowerBI and have turned to ChatGPT for some help but it's repeatedly giving me 2 solutions, neither of which work! The Data: I have just one data table of inbound calls into a call centre. Columns include: StartDateTime, Agent Name, Caller Number (among others). Inbound calls can be answered by different agents, so a caller number may appear 20 times on 20 different datetime occasssions and the caller may have spoken to 5 different agents. StartDateTime AgentName CallerNumber 02/09/2023 19:01 Bob Caller01 02/09/2023 19:15 Alice Caller01 07/09/2023 15:33 Alice Caller02 13/09/2023 12:04 Bob Caller01 I have created some calculated fields including: MinCallStartDateTime (returns the lower value of the date filter applied to the dashboard). MaxCallStartDateTime (returns the upper value of the date filter applied to the dashboard). MaxCallsMade (returns count of caller number based on date filters applied to dashboard). FirstCall (returns the datetime of the first call from the selected Caller Number based on the date filters applied to the dashboard). For Caller01 MinCallStartDateTime 01/09/2023 MaxCallStartDateTime 15/09/2023 MaxCallsMade 3 FirstCall 02/09/2023 19:01 What I want to achieve: 1) I want to know which agent answered the FirstCall "FirstCallAgent" - my dashboard currently returns the FirstCall PER agent (for each Caller Number Selected), I just care about who was the first agent to answer the very first inbound call (dependent on date filters applied to the dashboard). 02/09/2023 19:01 Bob 02/09/2023 19:15 Alice (this currently shows but I don't care about it) If possible it would be ideal to create a new column called "CallTally" to the table which can be updated to count each inbound call from that number dynamically to update based upon any date filters applied to the dashboard. StartDateTime AgentName CallerNumber CallTally - may change if date filter changes 02/09/2023 19:01 Bob Caller01 1 02/09/2023 19:15 Alice Caller01 2 07/09/2023 15:33 Alice Caller02 1 13/09/2023 12:04 Bob Caller01 3 2) "RepeatCallPerc" - The goal is to find out which agent is best at resolving customer problems meaning there will be fewer repeat calls / MaxCallsMade from Caller Number where one agent answered the very first call, relative to if another agent answered that first call (since a call can be answered by any agent). Bob 100% (100% of calls, where Bob answered the first call, called in at another time)(Caller01) Alice 0% (0% of calls, where Alice answered the first call, called in at another time)(Caller02) The best way I can think about doing this is to calculate: for each agent - SUM the total instances of CallTally= 1 (according to the new column created as part of step 1). Then divide this by the SUM of the total MaxCallsMade for caller numbers whereby the agent answered the FirstCall (regardless of which agents answered future calls) - does that make sense? Extra: 3) A third goal would be to isolate which agent answered the last call "LastCallAgent" from each caller number (meaning that agent was the one to resolve that query) - to be able to sum this up and see that calls handled by Agent X are more likely to be resolved (and therefore the customer is less likely to call in) compared to calls handled by Agent Y. Expressing this as a percentage for comparison reasons would also be useful "LastCallAgentPerc" = Count LastCallAgent / TotalLastCalls = SUM("LastCallAgent"). But again this would require updating the above table /column tallying inbound calls within the filtered date range. Bob 50% (50% calls Bob handled were "last calls" (Caller01) Alice 50% (50% of calls Alice handled were "last calls" (Caller02) Anyway, I have absolutely no idea how to begin this! Or if it's even possible. I would appreciate any insight and expertise you may be able to add to this. Or if you can add an easier way to think about this. Thanks.1.1KViews0likes5CommentsPowerBI reports not updating in Teams for some users
Our organization includes a PowerBI App in Teams which houses several department specific reports. When publishing a report revision or when a report performs a scheduled refresh the reports in the workspaces and the app they are included in all update at app.powerbi.com/home but for some users, randomly, the same app within teams will not update. Anyone have any troubleshooting steps for why powerbI would not consistently update in teams as it does online?495Views0likes0CommentsUpdate custom visual to a new version
Hello, I just have build a new version of a custom visual (v1.0.0.3). Then I went into Power BI desktop, imported the exported file. PBI asks me if I want to update the visual from v1.0.0.2 to the newer version, I agree and get the confirmation. However, if I then look at the version, it still says version 1.0.0.2 with AppSource as the source. How can I overwrite my file to use the local copy. I need to update the sample report to publish the new version to AppSource. Now I am kind of caught in a loop... Thanks.SolvedUpdating a Published Power BI Report
Hello Everyone! Since I am new to using Power BI, I have a question that may sound a bit beginner-ish. After working on a Power BI report on the desktop version, I have Published the report to be shared between me & my colleagues. My question is, what is the best way to update the data for this report, without affecting access to the report itself? My end result would be a shared report, which I can add monthly updates to, and be reflected within the same already published report. Thank you so much in advance, appreciate it if someone could help me.Solved881Views0likes1CommentNot able to schedule a refresh for weekly or monthly after latest update
Greetings, After updating to the September 2022 update we are no longer to schedule refreshes longer than a day or two. I found the following error in the logs: processing!ReportServer_0-5!4d10!11/07/2022-13:11:05:: e ERROR: An exception occurred when checking support for Safe Expressions Runtime. Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.CodeAnalysis.VisualBasic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.CodeAnalysis.VisualBasic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' at Microsoft.ReportingServices.RdlExpressions.SafeExpressionsValidator.ValidateExpression(ExpressionInfo expressionInfo) at Microsoft.ReportingServices.RdlExpressions.VBExpressionParser.CheckSafeExpressionsRuntimeSupport(ExpressionInfo expressionInfo) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. I was planning to set the reg key for more advanced logging but the valule does not seem right HKLM\Software\Microsoft\Fusion!EnableLog. I've looked over various articles and they point to missing a dll file or dot net issue. It has all the latest dotnet 4.8 installed. Anyone run into this or have any ideas?1.2KViews0likes4Comments