Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Dear Team,
Please refer below link and Advise best solution for Budget Value Quarter to Month wise
Budget Table with Quarter Value.docx
Solved! Go to Solution.
@unais
I changed the Date to Month-Year
Motnhly Budget =
SELECTCOLUMNS(
FILTER(
CROSSJOIN(
GLGroupBudget,
ADDCOLUMNS(
FILTER(
CALENDAR(Min(GLGroupBudget[BDate]), EDATE(MAX(GLGroupBudget[BDate]),2)),
[Date] = EOMONTH([Date],-1) + 1
),
"Q", ROUNDUP(MONTH([Date])/3,0)
)
),
ROUNDUP(MONTH(GLGroupBudget[BDate])/3,0)= [Q]
),
"GL Group", GLGroupBudget[GLGroup],
"Profit Center", GLGroupBudget[Profitcenter],
"Date", FORMAT([Date],"Mmm YYYY"),
"Monthly Amount", DIVIDE( GLGroupBudget[Amount] , 3 )
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@unais
Go to Modeling Tab and click New Table and paste the code below and you will get a new table with amounts split into months for each line
Motnhly Budget =
SELECTCOLUMNS(
FILTER(
CROSSJOIN(
Table4,
ADDCOLUMNS(
FILTER(
CALENDAR(Min(Table4[BDate]), EDATE(MAX(Table4[BDate]),2)),
[Date] = EOMONTH([Date],-1) + 1
),
"Q", ROUNDUP(MONTH([Date])/3,0)
)
),
ROUNDUP(MONTH(Table4[BDate])/3,0)= [Q]
),
"GL Group", Table4[GLGroup],
"Profit Center", Table4[Profitcenter],
"Date", [Date],
"Monthly Amount", DIVIDE( Table4[Amount] , 3 )
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
based below table
@unais
I changed the Date to Month-Year
Motnhly Budget =
SELECTCOLUMNS(
FILTER(
CROSSJOIN(
GLGroupBudget,
ADDCOLUMNS(
FILTER(
CALENDAR(Min(GLGroupBudget[BDate]), EDATE(MAX(GLGroupBudget[BDate]),2)),
[Date] = EOMONTH([Date],-1) + 1
),
"Q", ROUNDUP(MONTH([Date])/3,0)
)
),
ROUNDUP(MONTH(GLGroupBudget[BDate])/3,0)= [Q]
),
"GL Group", GLGroupBudget[GLGroup],
"Profit Center", GLGroupBudget[Profitcenter],
"Date", FORMAT([Date],"Mmm YYYY"),
"Monthly Amount", DIVIDE( GLGroupBudget[Amount] , 3 )
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |