new
8 TopicsCounting rows with multiple categories per row.
Hi! I have searched the forum and can't find the solution, so i am doing my first post here. I have a data set with Identifications number in column A, and parameters in column B. I need to figure out per identification a combination of categorical data is used. Se picture. So what I would need is a new column which indicates If the identification number has a combination of parameters. So if the parameters are equal to "PTI" or "Totalbiomassa" the column give me a 1, otherwise a blank. Is it understandable?Solved1.8KViews0likes10CommentsPower BI - need a little assistance
Hi all, I am new to the whole community thing. Where can I ask questions about how to create a dashboard for Power BI? I have watched the tutorials but I am having a hard time creating something useful. Below is kinda what I am looking to create. This is a project with 108 units in various stages, and I need to create a snap shot of what it looks like at any given time. Are there any templates that I can use to build from? Assessment Unit Ready for High Level Notes Last Checked Person 1 SME CR 1 CR 2 CR 3 Person 1 revision CR4 QC Approval Compliance Person 2 Person 3 Person 4 Person 5 Unit 1 Completed 9/13/2023 Unit 2 No 9/27/2023 Unit 3 Completed 9/13/2023 Unit 4 Completed 9/13/2023 Unit 5 Yes 9/29/2023 Unit 6 Completed 9/25/2023 Unit 7 Completed 9/25/2023 Unit 8 No 9/26/2023 Unit 9 No 9/26/2023 Unit 10 Completed 9/20/2023 Unit 11 Completed 9/13/2023 Unit 12 Completed 9/22/2023 Unit 13 Yes Unit 14 See Notes 9/28/2023 Unit 15 Completed 9/13/2023Solved694Views0likes2CommentsAdd 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.1KViews0likes5CommentsThe May 2023 Report Server version has been released. Any update info on it?
I just downloaded the May 2023 Report Server files. I can't find anything about them. Have you found anything? So far it seems to be working okay. I have noticed the new green accenting in places where it used to be yellow.870Views0likes2Commentsnull rows in table
Good morning, i'm new with power bi report buider. I created a table and it gives me null rows.. I'm using a datasource from a published power bi report How can i delete them? Another question.. if i'm using a power BI report... all the relationships between tables are set there... right? So in the report builder i can use the fields without creating new relationdhip.. ThanksSolved818Views0likes2CommentsData source credentials refresh error
Hi, I am receiving the error below and could not find a solution.1.6KViews0likes4CommentsGateway refresh not refreshing
Hi, I am having a problem with my gateway refresh. I do not see an error after the scheduled refresh is complete. When I check the report, the data has not been updated with the new data. As you can see the refresh history below, is showing scheduled completed. I have no idea what to do next or how to make it work.763Views0likes2CommentsPBI Developer Left...Where do I start?
Our sole PBI developer left and now we have requests for report changes....where do I start? I have access to his laptop with his login credentials. I located some *.PBIX files but not sure if they are the active ones. Pretty sure we had a gateway installed. My only exposure was when I was asked write the SQL queries he would execute with ODBC. I'm trying to work backwards starting with running the report the users are asking about and going from there. I was just given a link to the report https://app.powerbi.com/groups/........ I can see it and run it, how do I modify it?624Views0likes1Comment