Mathias Thierbach

Results 120 comments of Mathias Thierbach

Would you be able to share just the `database.json` from the Model folder? It's only metadata from the model, but something in there didn't serialize correctly which caused the error....

Understand. Attempting an educated guess here, I'd say the issue must lie in table partitions. The tool is currently making some assumptions about the structure of those and there may...

Hi @Gagankarwar, `pbi-tools` comes in two different flavors: Desktop and Core. Both of which have different requirements, [see here](https://pbi.tools/cli/#prerequisites---desktop-version) and support different features: - https://pbi.tools/cli/usage.html - https://pbi.tools/cli/usage-core.html See also this...

Hi Ben, this is best achieved, I think, once pbi-tools can be launched from the External Tools ribbon, at which point it is already specific file to watch. The watch...

TODO: Ensure directory of summary stats CSV file before creating it

I want this in `pbi-tools` as much as you do, just juggling various commitments. I know for sure that what you're describing is possible since I'm already running those exact...

Hi, Exporting data from an offline PBIX is only supported locally, where a Power BI Desktop installation is available. In a CI/CD pipeline, exporting data would be possible from a...

> Hi Mathias, Lorcan and I working together on this project, you mentioned this functionality is not available but could be added, as of now we are blocked by this...

@didierterrien I'm using the wonderful [CsvHelper](https://joshclose.github.io/CsvHelper/) library for the CSV exports. Those are all the out-of-the-box configurable options: https://github.com/JoshClose/CsvHelper/blob/master/src/CsvHelper/Configuration/IWriterConfiguration.cs Which ones would you find useful if they were exposed to...