Vitaly Potyarkin

Results 67 comments of Vitaly Potyarkin

Yeah... That's bash from 2007. Very old. I think it'll be fun tweaking bcpp to work on that, but I'm not sure when I'll get to that. This weekend or...

I confirmed the reported behavior and created a new issue #10 to track that. I'm glad you've got the completion working :) I'll leave this issue open to investigate compatibility...

I was not aware of Intellisense being added to Power Query since I didn't purchase newer MS Excel versions. It seems reasonable that it would not generate any autocompletion for...

Thank you for your feedback! I'm glad you find LibPQ useful :) I have never tested LibPQ with PowerBI service, and I have no access to the service to do...

@B-D-T, thank you for reporting this! I've branched your question off to a separate issue #20. See my comment there.

## Testing LibPQ with PowerBI service 1. Add `LibPQ` to the report 2. Add the following `LibPQPath`: ``` [ Local = {}, Web = {"https://github.com/sio/LibPQ/raw/master/Modules/"} ] ``` 3. Add the...

I have made [some changes][new] in the main LibPQ module. Now it uses static base URLs for web modules. If PBI service performs its checks at runtime, that should be...

Thank you very much! The fact that local paths still work surprises me, but I'm not familiar with caching mechanisms PBI service uses. Could it be that by default it...

Well... I'm stuck. I've signed up for the free tier of Power BI service and have gotten the same results as you. Looks like PBI service needs to be able...

I have made [another attempt](https://github.com/sio/LibPQ/commit/92152d51f64e0a0b35b1d00cc3e618e58e8d6457) at this and have failed again. Turns out PBI service does not allow some functions/expressions in refreshable queries period, no matter the clever hacks and...