thomase92025994
thomase92025994
12-07-2018
What is the row limit for the Adobe API? I am using the Adobe and Power BI connector.
Thanks
vvu1
vvu1
23-07-2018
Adobe API is a little bit too general. What API are you calling specifically ? If possible, please provide a sample request.
vvu2
vvu2
23-07-2018
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.
kristinas897329
kristinas897329
22-08-2019
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
Asheesh_P
MVP
Asheesh_P
MVP
25-08-2019
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
kristinas897329
kristinas897329
25-08-2019
Thanks Asheesh! I tried it and it works perfectly.
Asheesh_P
MVP
Asheesh_P
MVP
26-08-2019
Great! thomase92025994 Did it solved your issue ....can you mark this as correct answer?