The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey Good Mornin,
I am new to the BI world, however i am searching resolving my issue regarding to the querying of a condition which came across in my daily reports,
actually I have two different types of users
1. The executive who process the transactions
2. The customer who was triggered against the transactions
I have duplicate entries of the both Users simultaneously with different types of Transactions( example, first transactions was for Cancellation, second was again for cancellation, third one was initiating a Partial Refund, fourth one was giving some sort of extension in a plan - All the above transactions has an unique Transaction id) , now I have multiple types of combinations to show case the clients, ex:- th count of advisor who initiate Cancellation + Partial Refund + Extension etc.., But now I am not able to pull the count , Can anyone please help me in getting a solution for this. Which functions or what will be logic that i can use in power query to get those counts for different types of combinations for each executives
The good part is I got the count of split or combinations, by
running a pivot in excel( so that it will eliminate the duplicate values of the customer, by using if and nesting AND operator inside if I got the count, but if I want to take the count of the executive basis on the split I have to consider the customer also, there is the problem statement ?
Hi, @Anonymous
What does your data model look like?
Personally, I prefer to combine the data in PQ and then use Dax or visual slicers to get counts for the different types of combinations per executive.
Best Regards,
Community Support Team _ Eason
Below is the table demo
Executives are in the User coloumn
HI, @Anonymous
What is your desired outcome?
Have you tried using slicer to filter data?
Best Regards,
Community Support Team _ Eason
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |