microsoft / PowerBI-Tools-For-Capacities

Repo for tools and utilities related to Power BI Capacities (Premium and Embedded)
MIT License
148 stars 99 forks source link

Ability to pass a list as filters instead of range #21

Open nanda-nainadurai opened 3 years ago

nanda-nainadurai commented 3 years ago

We need to have the ability to pass a list as filters instead of just minimum and maximum values.

furmangg commented 3 years ago

This is available in the RealisticLoadTestTool. See either DemoLoadTest1 or 2.

furmangg commented 3 years ago

or if you want to generate the range with some code, JavaScript code is acceptable: https://github.com/microsoft/PowerBI-Tools-For-Capacities/issues/12

nanda-nainadurai commented 3 years ago

Thanks @furmangg - I will also have a look at RealisticLoadTestTool. I did a quick hack on the PowerShell and Javascript to accommodate my use case.