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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
curiouspbix0
Helper IV
Helper IV

Direct query parameter based

Hello Experts,

 

Oracle database holds a ticket dataset of 10 million rows with numerous fields. The requirement is for users to input a single ticket at a time for retrieval. Due to the substantial volume and the absence of a delta pointer, importing the entire dataset is not technically viable.


Any ideas on how to create a dynamic prompt/parameter based using direct query or any other methods ?

3 REPLIES 3
lbendlin
Super User
Super User

You don't need a parameter for that.  Use a Direct Query connection and it will take care of the filtering for you.

How would the user pass a specific ticket number for data retrieval ?

I cannot pull all the 10 mill tickets data using direct query.

The requirement is for users to input a single ticket at a time for retrieval

I assume they know the ticket number?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors