RuiRomano / pbigtwmonitor

MIT License
84 stars 29 forks source link

Date Filtering in PBI Report #1

Open relax528 opened 2 years ago

relax528 commented 2 years ago

There seems to be some odd behavior related to date filtering in the pbit. The filter HasLogs = true limits dates to the date of the log not the date of the query. For example, on the queries tab, my log dates are 6/17 and 6/18 but I have queries from 6/17 through today, 8/18.

Also, would be good to be able to select a cluster and drill down to a gateway server within the cluster... providing more columns to the Gateways query. I have a few other ideas as well and would like to know if I can contribute to the pbit? Is this something you need to approve for the additions?

I'd like to enhance tenant data from the Power BI API customer connector or using powershell with the API to place additonal data files in Azure storage for this purpose and would like to share with others.

Thanks

RuiRomano commented 2 years ago

Thanks for reporting, I'll fix the HasLogs it was build when there were only GatewayLogs and no Queries/Counters.

Its possible today to include data on the config for the gateway, I'll add the cluster and include it in the template as well.

If you wish to contribute, just fork it and make a pull request.