Burak Emre Kabakcı

Results 88 comments of Burak Emre Kabakcı

We're currently working on the implementation. There might be an issue with the license so we got in touch with Databricks to see if we can include their JDBC driver...

Given that MDX and DAX are widely adopted in the MS ecosystem, we can just throw a parser them and convert them to Segmentation queries if possible. olap4j doesn't seem...

Once we build the XMLA server, we will parse MDX queries and generate Segmentation Query and generate the SQL for the underlying database. I'm dropping a SO question that can...

Here is an alternative method: https://github.com/trinodb/trino/issues/6886 If we use TOM in addition to ODBC, it should also work: https://www.powerbidevcamp.net/articles/programming-datasets-with-TOM/ Also see: https://github.com/openlookeng/hetu-odbc-driver/issues/1 https://dax.tips/2020/07/30/automatically-create-measures-in-power-bi-using-vs-code/ https://github.com/olap4j/olap4j and https://github.com/olap4j/olap4j-server

Please see the relevant discussion if you're interested in being an early adopter! 🙏 https://github.com/metriql/metriql/discussions/22

Hey @AndreasTA-AW, we only tried a proof of concept but for real-world scenarios, there are probably many different use-cases. I can promise you to fix the issues within the same...

Hey @yu-iskw, thanks for the suggestion! I knew about soda but re-data also looks cool. Re-data also seems to be a dbt alternative for soda-sql so it's more relevant to...

In dbt, the models and sources are not unique so we had to have these prefixes to avoid name collisions. However; we support dbt references so you can access them...

@AndreasTA-AW actually, we don't expose these names to the BI tools. We use `dataset.label` instead of the internal unique id of the datasets. You can override the label in the...