The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need assistance on how to do the following in Power BI.
Premise: I have a query called Opened to Closed/Resolved (snapshot attached) that has the following columns: Ticket Number, Ticket State, Opened Date, Opened by, Closed Date, Closed by, Resolved Date, and Resolved by. The same ticket may be listed more than once depending upon who opens, closed, and/or resolves it.
What I would like to do and need assistance with:
1. I want to create a calcuated column that reports the number 1 if the ticket, that is opened by a certain group of people, is also either closed by OR resolved by someone from that same group of people. Otherwise report the number 0. My data is filtered so it will either have the name of the person in my special group or be null if it does not. This will tell me how many tickets opened by certain group of people are also closed/resolved by the same group. I cannot get an IF, with AND/OR statement within it, to work.
2. Once I the calculated column requested in step 1 then I would like to produce a "card" visual that will show the % of tickets opened by the group that are also closed/resolved by that group. This should be the the sum of the calculated column/the sum of unique tickets in the Ticket Number column. But how do I do this and make it into a card visual?
3. Another card visual, very similar to #2, I want to create is the number of tickets open, closed, and/or resolved per person in this group. This would be the unique Ticket Number/ unique count of (Opened by, Closed by, Resolved by). How in the world can I do this in Power BI?
I can visualize all of this in my head by have no idea how to translate it into Power BI visual.
THANK YOU !!
Still need expert advise on my original first question:
What I would like to do and need assistance with:
1. I want to create a calcuated column that reports the number 1 if the ticket, that is opened by a certain group of people, is also either closed by OR resolved by someone from that same group of people. Otherwise report the number 0. My data is filtered so it will either have the name of the person in my special group or be null if it does not. This will tell me how many tickets opened by certain group of people are also closed/resolved by the same group. I cannot get an IF, with AND/OR statement within it, to work.
Thanks !!
I am not sure if this makes sense to what I am trying to get but I did the following and got a result:
Does what I did make any sense to discovering Tickets per Associate per Day? Leadership may want to see if this value increases, or reach a threshold, when considering hiring additional people. Please let me know if this makes any sense or if there is a better way of doing this. Very new to DAX and Power BI.
Thanks !!!