This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA 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.
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
Solved! Go to Solution.
>>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.
If you have any question, please feel free to ask.
Best Regards,
Angelia
>>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.
If you have any question, please feel free to ask.
Best Regards,
Angelia
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 28 | |
| 24 | |
| 20 |