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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
VoijaRisa
Regular Visitor

Report Builder Date Type Filter Selection

I am working on developing a report in the Power BI report builder and running into an issue with filtering dates. The issue seems to stem from the fact that we want to give users the option on what type of date to filter on as the data set has several options (Invoice_Date, Process_Date, Payment_Date, etc....)

 

So I've created three parameters:

  • Date_Choice - stores which date field to filter on. Stored as text.
  • Start_Date - stores the beginning date for the SQL query. Stored as date/time
  • End_Date - stores the end date for the SQL query. Stored as date/time

and added the following to the WHERE clause in the query:

 

 

WHERE 
  [other clause elements]
  and @Date_Choice >= @Start_Date
  and @Date_Choice <= @End_Date

 

 

However, when running the report, we have observed that these lines to not appear to be having any effect. It does appear to work if I hard code the date field (ex., "and INVOICE_DATE >= @Start_Date"). So the issue seems to be with the Date_Choice parameter. I've been unable to determine why. Any insight?

2 REPLIES 2
parry2k
Super User
Super User

@VoijaRisa what is your data source? If it is pure SQL you have to build that logic in your SQL query

 

Check my latest blog post Comparing Selected Client With Other Top N Clients | PeryTUS  I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

The data source is MS Azure SQL database. The WHERE clause I posted is in the SQL query. Is that what you mean?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.