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
Prathap1
Frequent Visitor

How to show moth data in all weeks of particular month

Hi all,

 

I'm a newbie for power bi now facing a new issue. Expertise please assist me in this with better solution

 

I've data looks like below. need to create a clustered column chart using below data.

 

budget.png

But the budget amount will be shown at 1st date or any one date of the month. But the budget amount need to show in all the week bar(Week1, Week2, Week3, Week4, Week5)

Datascrrenshot.png

 

My output coming like below

op.png

 

Please assist me.

Thanks in advance

Regards,

Prathap S

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

@Prathap1

 

Hi Prathap S,

 

We could use a new measure instead of [Budget].

1. Add a calculated column of Month. (If the column "ID" is unique and same in one month, we can use "ID".)

MonthNum =
MONTH ( 'Table1'[Date] )

2. Create a new measure.

MonthBudget =
CALCULATE ( SUM ( 'Table1'[Budget] ), ALLEXCEPT ( Table1, Table1[MonthNum] ) )

3. Create the visual with this new measure.How to show moth data in all weeks of particular month.jpg

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-jiascu-msft
Employee
Employee

@Prathap1

 

Hi Prathap S,

 

We could use a new measure instead of [Budget].

1. Add a calculated column of Month. (If the column "ID" is unique and same in one month, we can use "ID".)

MonthNum =
MONTH ( 'Table1'[Date] )

2. Create a new measure.

MonthBudget =
CALCULATE ( SUM ( 'Table1'[Budget] ), ALLEXCEPT ( Table1, Table1[MonthNum] ) )

3. Create the visual with this new measure.How to show moth data in all weeks of particular month.jpg

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft 
Thank you, this is what I'm looking for. 

Regards,

Prathap S

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.