Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Thanks for everyone's help as requested, many thanks
Hi ngoctinh87
Using Power Query, you can create 3 column as below
1. Day from the From Date
=DAY(Table1[FROM DATE])
2. Next month using below
=var a = Table1[FROM DATE]
return
DATE(YEAR(a),MONTH(a)+1,DAY(a))
3. create a if condition as below
=IF(Table1[Day_From Date]<=15,Table1[FROM DATE],[NextMonth])
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |