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

Report Builder parameters 3 months, 6 months, 9 months

Hello, 

 

I am looking for the way to create a report where after selecting one parameters you can also select period like 3 months or 6, or 9 with 3 as a default. I tried to find it but I could not. Could you help me find sources or give some tips how can I build it?

round23_0-1617015507951.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks, I actually wrote in the where statment and DATECOLUMN >= DATEADD(MONTH, cast(@Month as int), GETDATE())  and then add in the Month parameter 3,6,9 and it works.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks, I actually wrote in the where statment and DATECOLUMN >= DATEADD(MONTH, cast(@Month as int), GETDATE())  and then add in the Month parameter 3,6,9 and it works.

pleblanc
Employee
Employee

Can you clarify a bit? You can set a default value for the parameter (Add, Change, or Delete Default Values for a Report Parameter - SQL Server Reporting Services (SSRS) ...).  

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Kudoed Authors