Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I want to calculate/count the number of invoices that has a Storage Fee. I am new to DAX and am experiencing trouble in finding the right formula.
Solved! Go to Solution.
Something like...
StorageCount = CALCULATE(COUNT(TableName[Storage]),FILTER(TableName,[Storage]>0))
Something like...
StorageCount = CALCULATE(COUNT(TableName[Storage]),FILTER(TableName,[Storage]>0))
User | Count |
---|---|
84 | |
77 | |
75 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |