Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I am looking for a way to create a table like the one below.
I want to create the table on the right from the original data on the left.
The conditions are
-If EndMonth is blank, divide Value evenly by 6 months including the start month.
-If EndMonth exists, the remaining 6 months of equally divided Value is lumped into EndMonth.
I would like to know how to achieve this in both by PowerQuery and by Dax.
I would be grateful if you could tell me how to do either one of them.
Thanks in advance.
Solved! Go to Solution.
@umekuro , Create date based on months. Add 6 months to start date if end date is blank and create a new column
End Date new = if(isblank([End date]), Eomonth([Start Date],6), {end date])
Refer to the file attach of my old work on similar topic
@umekuro , Create date based on months. Add 6 months to start date if end date is blank and create a new column
End Date new = if(isblank([End date]), Eomonth([Start Date],6), {end date])
Refer to the file attach of my old work on similar topic
Thank you.
It's very helpful for me.
If the EndMonth is less than 6 months, the
How do I lump the remaining VALUE in the final month?
BR
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |