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 masters,
i have the following measure, which counts the customers who have more than zero referrals for the last 6 month and WORKS FINE:
Customers MGM Referrals L6 Months = CALCULATE(Customers[# Customers],filter(MGM,[MGM Referrals NEW L6 Months]>0))
BUT:
when i want to calculate those with exactly 1 referral it shows blank:
Hi @akfir ,
Unfortunately, according to the information you provided, it is difficult for me to give the correct answer. Could you provide more detailed content ? such as sample model.
Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@akfir , if MGM Referrals NEW L6 Months is a measure, then try Like
Customers MGM Referrals L6 Months 1 = countx(filter(Values(Customers[# Customers]),[MGM Referrals NEW L6 Months]=1),[# Customers])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |