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 there,
I am quite new to PowerBI and still struggling to understand the calculations performed behind the functions. Commited to learn thought! 🙂
My struggle right now is the following. I have four variables:
I would like to know two things:
The second function doesn't want to work. I am not sure where the problem is but it ends-up counting any unique customer with books sales, independently of any percentage.. I wonder whether is has to do with using a measure a metric for the filter. Thoughts? 🙂
Thanks,
Eloy
Solved! Go to Solution.
@Anonymous
try this alternative
Unique Customers, +50% Books (#) = COUNTROWS ( FILTER ( VALUES ( 'Sales'[CustomerID] ), [BookPurchases (%)] >= 0.5 ) )
@Anonymous
try this alternative
Unique Customers, +50% Books (#) = COUNTROWS ( FILTER ( VALUES ( 'Sales'[CustomerID] ), [BookPurchases (%)] >= 0.5 ) )
It does work! Thanks 🙂
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 |