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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
CuriousGuy001
Helper I
Helper I

Time Intelligence with Slicer for Next QTD and remaining of the month of the year

Hi everyone,

 

I am trying to build a slicer using a table to make it simplicity to filter out for the next quarter instead of showing the current QTD, for example when you click on "QTD" I want to display it for Quarter 3 from July to September. I am trying to use NextQuarter formula but it return an error ,

Screenshot 2024-06-20 100423.png

 

This is my relationship model,

Screenshot 2024-06-20 100611.png

 

 

 

Also, if possible to make a Dax calculation for the remaining of the months of the year, instead of CTRL + Click selecting from July to December, and simplify it with one slicer,

 

Screenshot 2024-06-20 100834.png

 

2 REPLIES 2
v-jialongy-msft
Community Support
Community Support

Hi @CuriousGuy001 

 

Maybe you can try the following dax:

Qtd Table = 
CALENDAR (
    DATE ( YEAR ( TODAY () ), QUARTER ( TODAY () ) * 3 + 1, 1 ),
    DATE ( YEAR ( TODAY () ), QUARTER ( TODAY () ) * 3 + 3, IF (
        QUARTER ( TODAY () ) * 3 + 3 = 6||9,
        30,
        31
    ) )
)

 

 

 

Result:

vjialongymsft_0-1718937319945.png

 

 

 

 

 

 

 

Best Regards,

Jayleny

 

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

Hi Jayleny,

 

I tried that DAX calculation, it seems it didn't work for me. What I am trying to do is to make 1 slicer for QTD/ROY, ROY (remaining of the year) when the user click in the QTD, it narrows the next Q3 which is July - September of the Forecast 2024 table with its 4 category ( Leads Forecast, Booked Forecast, Run Forecast, Closing Forecast) that I am posting below this. 



Screenshot 2024-06-21 103818.png

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.