The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello, I have a database of more than 5 million lines with billing information, each line with the customer code that you bought, that is, you can have 1 line for one customer while another customer can have 10 lines. I want to calculate the percentage of penetration of a product in a certain period, the percentage of penetration is calculated: how many customers bought me at least 1 product "x" among the total number of customers who bought in that period, that is, in January, they sold me 100 clients but only 10 customers bought at least one fragrance, my fragrance penetration is 10%. thank you very much
Solved! Go to Solution.
Hi @keylorbb,
Based on below sample data, please create a calculated column.
percentage of penetration per product = DIVIDE ( CALCULATE ( DISTINCTCOUNT ( 'Test Data'[Customer] ), ALLEXCEPT ( 'Test Data', 'Test Data'[Date].[Year], 'Test Data'[Date].[MonthNo], 'Test Data'[Product] ) ), CALCULATE ( DISTINCTCOUNT ( 'Test Data'[Customer] ), ALLEXCEPT ( 'Test Data', 'Test Data'[Date].[Year], 'Test Data'[Date].[MonthNo] ) ) )
Best regards,
Yuliana Gu
Hi @keylorbb,
Please post thread in English so that community members can better understand your requirement. Besides, please post sample data and show us your desired output so that I can try to reproduce the same scenario on my side.
How to Get Your Question Answered Quickly
Best regards,
Yuliana Gu
Hello, thank you very much for you answer. I made the correction requested, can you help me?
Hi @keylorbb,
Based on below sample data, please create a calculated column.
percentage of penetration per product = DIVIDE ( CALCULATE ( DISTINCTCOUNT ( 'Test Data'[Customer] ), ALLEXCEPT ( 'Test Data', 'Test Data'[Date].[Year], 'Test Data'[Date].[MonthNo], 'Test Data'[Product] ) ), CALCULATE ( DISTINCTCOUNT ( 'Test Data'[Customer] ), ALLEXCEPT ( 'Test Data', 'Test Data'[Date].[Year], 'Test Data'[Date].[MonthNo] ) ) )
Best regards,
Yuliana Gu
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
81 | |
81 | |
48 | |
41 |
User | Count |
---|---|
149 | |
110 | |
66 | |
64 | |
56 |