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,
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.
Check out the May 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 |
---|---|
72 | |
71 | |
70 | |
52 | |
48 |
User | Count |
---|---|
45 | |
38 | |
33 | |
31 | |
28 |