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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Calculated table with continous months

Hi,

I have a table with discontinous month data like below:

 

CategoryProductDatePrice
WellnessShampooJan 1 2019100
WellnessShampooFeb 1 2019105
WellnessShampooApr 1 2019120
NutritionEnergy barJan 1 2019200
NutritionEnergy barJuly 1 2019205
NutritionEnergy barMar 1 2020225

 

I want to create a new calculated table with price coming for each month. E.g since March 2019 is not present for Shampoo in Wellness then it should bring previous value 105 of Feb 2019. Basically autofill data from Jan 2019 to March 2021 with previous avaiable values. Similarly for Energy it should fill 200 value for months from Feb 2019 to June 2019 then July 2019 value 205 fro July to Feb 2020. Basically an autofilled table with values from minimum available date in table to maximum available date in table.

 

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Anonymous 

This sort of operation better be done in Power Query. Refer Attached working file below my signature.

Create a blank Query, go to the Advanced Editor, clear the existing code, and paste the codes give below and follow the steps.

Fowmy_0-1624194815431.png

 

 



Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

1 REPLY 1
Fowmy
Super User
Super User

@Anonymous 

This sort of operation better be done in Power Query. Refer Attached working file below my signature.

Create a blank Query, go to the Advanced Editor, clear the existing code, and paste the codes give below and follow the steps.

Fowmy_0-1624194815431.png

 

 



Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors