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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
devssolution
Frequent Visitor

Custom Visual Timeline

Hello All

 

 

I am using Timeline visuals for date filter in our graph. 
https://app.powerbi.com/visuals/show/Timeline1447991079100

 

How can I selected different-different year quater in "Timeline".  Like "2016 Q1", "2015 Q1" 

 

 

Or any other vizaulatiozation for it.

 

Please suggest me.

 

 

 

 

Regards,

Sandeep

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @devssolution

>>How can I selected different-different year quater in "Timeline". Like "2016 Q1", "2015 Q1".

We are not able to select the different-different year quarter in custom visual Timeline. We only be able to select continuous date period in Timeline.

For your requirement, you can use visual slicer to get the result as follows.

You’d create a calculate column including Year and Quarter. Then you can display it using the standard List in slicer. I try to reproduce it using the sample date.

I create a column Year-Quarter using the formula below.

Year-Quarter = CONCATENATE(YEAR(Sales[Date]),CONCATENATE("Q",ROUNDUP(MONTH([Date])/3,0)))

 

Then I create a slicer and add the Year-Quarter as field. There is relationship between the slicer and report. You can click multiple slicer’s values if you want selected different-different year quarter. For example, please choose 2015Q1 and 2016Q1 simultaneously like the following screenshot. The report will be changed according to the filter.

1.png 2.png

 

If you have any question, please feel free to ask.

Best Regards,
Angelia

View solution in original post

1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @devssolution

>>How can I selected different-different year quater in "Timeline". Like "2016 Q1", "2015 Q1".

We are not able to select the different-different year quarter in custom visual Timeline. We only be able to select continuous date period in Timeline.

For your requirement, you can use visual slicer to get the result as follows.

You’d create a calculate column including Year and Quarter. Then you can display it using the standard List in slicer. I try to reproduce it using the sample date.

I create a column Year-Quarter using the formula below.

Year-Quarter = CONCATENATE(YEAR(Sales[Date]),CONCATENATE("Q",ROUNDUP(MONTH([Date])/3,0)))

 

Then I create a slicer and add the Year-Quarter as field. There is relationship between the slicer and report. You can click multiple slicer’s values if you want selected different-different year quarter. For example, please choose 2015Q1 and 2016Q1 simultaneously like the following screenshot. The report will be changed according to the filter.

1.png 2.png

 

If you have any question, please feel free to ask.

Best Regards,
Angelia

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.