microsoft / powerbi-data-access-auditing

MIT License
21 stars 10 forks source link

Add Ability to control pagination & limit rows of data returned #5

Open jrampono opened 3 years ago

jrampono commented 3 years ago

We need the ability to control the size of the audit payload and the amount of data displayed at anyone point in time. Therefore, we need to implement the ability to "throttle" individual data requests. Suggested is to scan each data request and modify it to ensure that the number of records selected is below a configurable limit.