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.
Hello Community,
I wanted to see if its possible to create a Calculation that allows me to do the following:
When filtering By Name in a Slicer, I want the percentage to be shown respective to the Name of the Person Selected on the Slicer and be a Percentage calculated by Individual, not a Percentage of total:
Without filtering in the slicer I am getting:
When Filtering I am getting a the percentage of the TOTAL amount that it represents:
Instead I would like it to be the Percentage of the Orders by Name.
I have the below calculation:
Solved! Go to Solution.
Hi, @cebd_31 ,
Based on the information you provide, you just need to add the "Name" to AllExcept()
% PD = DIVIDE(COUNT(Table2[Open Purchases Days Past Statistical Ship Date]),CALCULATE(COUNT(Table2[Open Purchases Days Past Statistical Ship Date]),ALLEXCEPT(Table2,Table2[Refresh_TimeStamp].[Day],<name>)))
Mark this post as solution if this helps, thanks!
Hi, @cebd_31 ,
Based on the information you provide, you just need to add the "Name" to AllExcept()
% PD = DIVIDE(COUNT(Table2[Open Purchases Days Past Statistical Ship Date]),CALCULATE(COUNT(Table2[Open Purchases Days Past Statistical Ship Date]),ALLEXCEPT(Table2,Table2[Refresh_TimeStamp].[Day],<name>)))
Mark this post as solution if this helps, thanks!
User | Count |
---|---|
119 | |
78 | |
59 | |
52 | |
48 |
User | Count |
---|---|
171 | |
118 | |
60 | |
59 | |
54 |