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,
I'm trying to write a measure that gives me a list of customers that purchased more than $100k each year, for the past 5 years, that I can put into a matrix visual.
The problem is if I write:
Solved! Go to Solution.
@jaydee , plot this measure with customer name in visual
countx(values('Customer Lookup'[Customer Name])
FILTER(
'Customer Lookup', [Total Sales] > 100000
))
Thanks appreciate your help! Hope you have a great evening.
@jaydee , plot this measure with customer name in visual
countx(values('Customer Lookup'[Customer Name])
FILTER(
'Customer Lookup', [Total Sales] > 100000
))
User | Count |
---|---|
114 | |
73 | |
57 | |
47 | |
38 |
User | Count |
---|---|
170 | |
121 | |
59 | |
58 | |
55 |