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
bdehning
Post Prodigy
Post Prodigy

Convert model to be calendar year based.

I currently have a model with main table having Customers that are based on when they join our company and renew each year.  

 

How do change my model for me to capture data from 1/1 - 12/31 and not Renewal Dates during the year?

 

This will help me be able to compare data results against other outside calendar results data.   

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @bdehning ,

Please have a try.

To capture data from January 1st to December 31st, you can create a new calculated column in your main table that calculates the year based on the join date of the customer. You can then use this calculated column to filter your data to show only the data for the selected year. Here's an example of the DAX formula you can use to create the calculated column:

Year = YEAR([Join Date])

You can then use this calculated column to filter your data to show only the data for the selected year. To do this, select the visualizations you want to filter and add a filter to show only the data for the selected year. This will allow you to compare your data results against other outside calendar results data.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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
Anonymous
Not applicable

Hi @bdehning ,

Please have a try.

To capture data from January 1st to December 31st, you can create a new calculated column in your main table that calculates the year based on the join date of the customer. You can then use this calculated column to filter your data to show only the data for the selected year. Here's an example of the DAX formula you can use to create the calculated column:

Year = YEAR([Join Date])

You can then use this calculated column to filter your data to show only the data for the selected year. To do this, select the visualizations you want to filter and add a filter to show only the data for the selected year. This will allow you to compare your data results against other outside calendar results data.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

Ashish_Mathur
Super User
Super User

Hi,

Share some data, explain the question and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

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