March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
Can any one help here what is the correct DAX formula ,
I have a measure to find out unique numbers of customers who is contributing 80% of the provision value (Measure [Prov USD])
Image 1 showing total provision by customer (all customers ,filtered as per slicer) also another table where i have shown with manual filter applied to visual to understand how many customers contributing 80% (If we take cumulative total of 8 customers provision [Prov USD] it is comming upto 80% of the total provision amount)
My measure Customers Contribute 80% showing correct values 8 in the card in image 1,
Where as in image 2 i have done an additional filter (Slicer selected year 2021 data table) compared to image 1,
the distinct customer count is showing 8 instead of 7 ( if you check the 2nd table it is showing only 7 customers)
Image 2
Measure
Image 1
Image 2
Regards,
Ansar.
Solved! Go to Solution.
Hi @ansar
Can you share a [Cumulative %] measure code here?
Is that year slicer connected to "Customer DB" or "Data" tables? Can you share samples of your tables here?
Appreciate your Kudos✌️!!
@VahidDM : Thanks for your reply
My fact table is connected to date table also with customer DB table,
Customer DB dont have direct relation ship with date table.
Hi @ansar ,
What is the [Prov USD] measure look like? Notice multiple measures quoted this measure
In addition, you can consdier sharing a dummy sample file which just includes the Customer table, Data table and the Date table with the necessary columns in this issue.
Best Regards,
Community Support Team _ Yingjie Li
@ansar
Can you try the following measure? You can add the Customer Key or Code .
Customers Contribute 80% =
COUNTROWS (
FILTER ( VALUES ( 'Customer DB'[Customer ID] ), [Cumulative %] <= 0.8 )
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@ansar
If you can share a dummy file with your scenario and show the issue then I can check on that.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |