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.
hi
how to get this percentage into measure that will be used as line y-axis in visual
Solved! Go to Solution.
Hi, @Easley06
According to your formula, you can change it like this.
Measure:
% policy count =
DIVIDE (
COUNT ( tbl_purchase_journey[chdrnum] ),
CALCULATE (
COUNT ( tbl_purchase_journey[chdrnum] ),
ALL ( tbl_purchase_journey )
),
0
)
% policy count2 =
SUMX (
FILTER ( ALL ( tbl_purchase_journey ), [TAT from Submit Date] <> ">2days" ),
[% policy count]
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi sir,
it works but how to filter out the >2 days
Hi, @Easley06
According to your formula, you can change it like this.
Measure:
% policy count =
DIVIDE (
COUNT ( tbl_purchase_journey[chdrnum] ),
CALCULATE (
COUNT ( tbl_purchase_journey[chdrnum] ),
ALL ( tbl_purchase_journey )
),
0
)
% policy count2 =
SUMX (
FILTER ( ALL ( tbl_purchase_journey ), [TAT from Submit Date] <> ">2days" ),
[% policy count]
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 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 |
---|---|
15 | |
15 | |
13 | |
11 | |
10 |
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
6 |