Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
21 | |
17 | |
15 | |
11 | |
7 |
User | Count |
---|---|
26 | |
25 | |
12 | |
12 | |
12 |