Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I have 2 fields named Total Deals and Deal Owner, whereby total deals shows the deals made by an individual each month (using Closing Date as the time measure) and Deal Owner is the names of individuals.
I need to find the percentage of total deals made by 3 individuals (Initials BC, CB and CM) as a percentage of all deals made. I.e. In May, the three individuals made 6 deals and there were 24 deals in total, so I would need '25%' to show in the KPI if i was looking at May.
If this helps:
I have used the DAX:
I need this as a percentage for previous calender month and YTD, please help! Thanks
Hi @Anonymous ,
for previous month calculation you can use
Previous Month Deals Contribution p.c.m =
CALCULATE([Deals Contribution p.c.m],
PREVIOUSMONTH('Calendar'[Date])
)
For YTD Calculation you can use
YTD Deals Contribution p.c.m =
TOTALYTD([Deals Contribution p.c.m],
'Calendar'[Date])
Regards,
Aditya
Hi, thanks for your help. I managed to get last month by doing
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |