Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
unais
Helper V
Helper V

Budget Values Month Wise

 

 

Referring to https://community.powerbi.com/t5/Desktop/Budget-Value-Quarter-to-Month/m-p/1392505#M592024

After Adding 2020 and 2021 Budget Value  Every Month Repeated Two Times 

 
 

 

 

 

 

 

1 ACCEPTED SOLUTION
unais
Helper V
Helper V

below worked for me...

Table = SELECTCOLUMNS(
FILTER(
CROSSJOIN(
GLBudgetQ,
ADDCOLUMNS(
FILTER(
CALENDAR(Min(GLBudgetQ[BDate]), EDATE(MAX(GLBudgetQ[BDate]),2)),
[Date] = EOMONTH([Date],-1) + 1
),
"Q", FORMAT([Date],"yyyy \Qq")
) ),
FORMAT([BDate],"yyyy \Qq")= [Q]
),
"GLGroup", GLBudgetQ[GLGroup],
"Profitcenter", GLBudgetQ[Profitcenter],
"BDate", FORMAT([Date],"Mmm YYYY"),
"Amount", DIVIDE( GLBudgetQ[Amount] , 3 )
)

View solution in original post

4 REPLIES 4
unais
Helper V
Helper V

below worked for me...

Table = SELECTCOLUMNS(
FILTER(
CROSSJOIN(
GLBudgetQ,
ADDCOLUMNS(
FILTER(
CALENDAR(Min(GLBudgetQ[BDate]), EDATE(MAX(GLBudgetQ[BDate]),2)),
[Date] = EOMONTH([Date],-1) + 1
),
"Q", FORMAT([Date],"yyyy \Qq")
) ),
FORMAT([BDate],"yyyy \Qq")= [Q]
),
"GLGroup", GLBudgetQ[GLGroup],
"Profitcenter", GLBudgetQ[Profitcenter],
"BDate", FORMAT([Date],"Mmm YYYY"),
"Amount", DIVIDE( GLBudgetQ[Amount] , 3 )
)

unais
Helper V
Helper V

unais
Helper V
Helper V

unais
Helper V
Helper V

below Screenshot..

 

 

unais_0-1623223728804.png

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.