The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |