Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello,
I have 2 calculated measures I created ...
Provider % = COUNT( 'Test_Charge_Dataset'[CPT_Code])
Solved! Go to Solution.
@jonnyA Going to depend heavily on context but let's say you have some table visual with these two measures in it. You could create a measure like:
Ten Percent Above = IF(([Provider %]-[Group %])/[Group %]>=.1,1,0)
@jonnyA Going to depend heavily on context but let's say you have some table visual with these two measures in it. You could create a measure like:
Ten Percent Above = IF(([Provider %]-[Group %])/[Group %]>=.1,1,0)
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
67 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
28 | |
27 |