Hi Experts
Need a measure to sum the day_value based on the Distinctcount of CRM_Call_Name and where the Activity is "f2f" not ure the below is correct?
this my meaure
Solved! Go to Solution.
Hi @Invesco
I am a little bit confused to be honest since it is not described why your current measure does not give you the expected result.
Based on your information you can also try the following versions:
SumValues =
CALCULATE(
DISTINCTCOUNT('act_rates_activity_volume_and_cf_days'[crm_call_name]),
FILTER(
act_rates_activity_volume_and_cf_days,
act_rates_activity_volume_and_cf_days[activity_type_1] = "f2f"
)
)
or
SumValues =
CALCULATE(
DISTINCTCOUNT('act_rates_activity_volume_and_cf_days'[crm_call_name]),
(act_rates_activity_volume_and_cf_days[activity_type_1] = "f2f"
)
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Hi @Invesco
I am a little bit confused to be honest since it is not described why your current measure does not give you the expected result.
Based on your information you can also try the following versions:
SumValues =
CALCULATE(
DISTINCTCOUNT('act_rates_activity_volume_and_cf_days'[crm_call_name]),
FILTER(
act_rates_activity_volume_and_cf_days,
act_rates_activity_volume_and_cf_days[activity_type_1] = "f2f"
)
)
or
SumValues =
CALCULATE(
DISTINCTCOUNT('act_rates_activity_volume_and_cf_days'[crm_call_name]),
(act_rates_activity_volume_and_cf_days[activity_type_1] = "f2f"
)
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Right, so what value does the measure return?
@Invesco ,
Is that measure giving you the expected result? Can you calculate manually to confirm?
The answer is 12 f2f calls based on the image over the week.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
This session will provide guidance and teach campers the skills required to build Power BI reports that support multiple languages.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
219 | |
56 | |
47 | |
44 | |
43 |
User | Count |
---|---|
297 | |
207 | |
75 | |
75 | |
68 |