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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ronaldbalza2023
Continued Contributor
Continued Contributor

Find Current Quarter

Hi everyone, I have a date table and I wanted to know how to find the current quarter based on my "quarter of the year" column? I wanted to create a calculated column that can find the current quarter of the year. Thanks and appreciate the help 🙂

ronaldbalza2023_0-1639536516402.png

 

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @ronaldbalza2023 ,

 

If you want to filter all data whose quarter is the same as current quarter(now=4), I'd suggest you create a measure:

 

Measure=IF(MAX('TABLE'[Quarter]) = QUARTER(TODAY()),1,0)

 

And then apply it to filter pane, as shown below:

Eyelyn9_0-1639719893529.png

Best Regards,
Eyelyn Qin
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

4 REPLIES 4
v-eqin-msft
Community Support
Community Support

Hi @ronaldbalza2023 ,

 

If you want to filter all data whose quarter is the same as current quarter(now=4), I'd suggest you create a measure:

 

Measure=IF(MAX('TABLE'[Quarter]) = QUARTER(TODAY()),1,0)

 

And then apply it to filter pane, as shown below:

Eyelyn9_0-1639719893529.png

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

ebeery
Solution Sage
Solution Sage

@ronaldbalza2023 what do you mean by "current"?  Like, today's quarter? Updated each time you refresh the dataset?

Yes, Like today's quarter. 🙂

Ok, then this should work:

Today's Quarter = QUARTER(TODAY())

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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