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
seekrohit
Regular Visitor

For Oracle datasource how can i increase the default schema result to > 10000

For Oracle datasource how can i increase the default schema result to > 10000

1 ACCEPTED SOLUTION
arify
Employee
Employee

Hi,

 

It's a UI issue, which is only able to show 10000 items in the navigator panel. Here's a work around:

 

Get Data > Blank Query > Advanced Editor

 

Copy this:

let
    Source = Oracle.Database("YOURORACLESERVER/YOURORACLESERVICE", [HierarchicalNavigation=true]),
    Schema = Source{[Schema="YOURSCHEMANAME"]}[Data]
in
    Schema

Let me know how it went 🙂

 

Thanks

View solution in original post

1 REPLY 1
arify
Employee
Employee

Hi,

 

It's a UI issue, which is only able to show 10000 items in the navigator panel. Here's a work around:

 

Get Data > Blank Query > Advanced Editor

 

Copy this:

let
    Source = Oracle.Database("YOURORACLESERVER/YOURORACLESERVICE", [HierarchicalNavigation=true]),
    Schema = Source{[Schema="YOURSCHEMANAME"]}[Data]
in
    Schema

Let me know how it went 🙂

 

Thanks

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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