Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.

Adobe API

Avatar

Level 2

What is the row limit for the Adobe API? I am using the Adobe and Power BI connector.

Thanks

6 Replies

Avatar

Level 1

Adobe API is a little bit too general. What API are you calling specifically ? If possible, please provide a sample request.

Avatar

Level 1

Adobe API is a little bit too general. Could you be more specific on what API you are calling ? If possible, please provide a sample request.

Avatar

Level 1

Hi there,

has this problem been solved? I entcounter the same problem. I want to have for example all pages with page views, but I only get 10 random pages. Is there any work around?

Thanks

Avatar

Community Advisor

It is default to return 10 rows per dimension, but you can try to use the 'Top parameter' which can returns up to 50,000 dimensions per call.

e.g.

{Cube.ApplyParameter, "Top", {5000, "eVar250"}}

Thanks,

Asheesh

Avatar

Community Advisor

Great! thomase92025994​  Did it solved your issue ....can you mark this as correct answer?