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.
Suppose
dates Sales
2018 / 10 / 29 20
2018 / 11 / 30 20
2018 / 11 / 30 30
2018 / 11 / 30 40
2018 / 11 / 30 50
2018 / 12 / 30 60
2018 / 12/ 30 30
2018 / 12 / 30 20
2018 / 12 / 30 40
2018 / 12 / 31 60
2018 / 12/ 31 30
2018 / 12 / 31 20
2018 / 12 / 31 40
with the help of below measure we can easily get mtd but i need a number of row its get for calculating mtd like given below
MTD_SALE = CALCULATE(SUM('Table'[Sales]),DATESMTD('Table'[Date]))
need a solution like FTD 150 MTD 300
4 8
Replace SUM() with COUNTROWS()
User | Count |
---|---|
48 | |
31 | |
27 | |
26 | |
26 |
User | Count |
---|---|
60 | |
56 | |
36 | |
32 | |
28 |