Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table called orders for which I've created 3 vinculated measures:
My goal is to create another measure that will hold a single scalar value and will be the average of '% Penetration' for the period filtered.
Can you help me please?
Solved! Go to Solution.
Hi @Anonymous ,
Thanks for @NaveenGandhi reply.
According to your description, you want to count the data that is not within the three states and calculate the total amount of data, and finally calculate the percentage number.
Here is my test data and steps
Create measures
Net Order Date = COUNTROWS(orders_magento)Net Orders = CALCULATE(DISTINCTCOUNT(orders_magento[order_id]),FILTER(orders_magento, NOT orders_magento[Status] IN {"Returned(100%)", "Cancelled", "Pending"}))% Penetration = [Net Orders]/[Net Order Date]
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
What result do you get when you drag the % penetration measure to a card visual?
Hi @Anonymous ,
Thanks for @NaveenGandhi reply.
According to your description, you want to count the data that is not within the three states and calculate the total amount of data, and finally calculate the percentage number.
Here is my test data and steps
Create measures
Net Order Date = COUNTROWS(orders_magento)Net Orders = CALCULATE(DISTINCTCOUNT(orders_magento[order_id]),FILTER(orders_magento, NOT orders_magento[Status] IN {"Returned(100%)", "Cancelled", "Pending"}))% Penetration = [Net Orders]/[Net Order Date]
Final output
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous
please share sample data and expected output( attach screenshots too) to understand the problem better.
Thanks,
NG
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |