Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

RLS

Hi, I have a report which i've used Excel for the data which is manually updated by pulling data from BO and then refreshing the report and then publishing it.  I have also implemented RLS in des...
  • ibarrau's avatar
    ibarrau
    4 years ago

    Ok. When you get data from excel you can't create a live connection. You can make it refresh with schedule (8 times a day with pro or 48 times a day with premium). If you think that's not enough for the report or users, then you need to change the source.

    I think what you are looking for is "Direct Query". It's a different kind of connection you can use against a certain database engines. That kind of connection will through a query to data when changes on report are clicked. It has a cache that makes it almost live. However you really need to understand that connecting data that way needs a preparation. Connections and engine must be strong to receive everytime a query. Measures can be built with some limited functions, but the most important ones should be there.

    I hope that helps,

    P/D There is not such thing as live data. The most close is building a streaming structure with code.