If you use #TabularEditor, I want to hear from you, good and bad. I'd love to set up a 30 minute call.

💻 Webinar: optimiza el rendimiento de tus consultas Dax en #PowerBI
Aprenderás a medir y mejorar el rendimiento de las consultas al modelo tabular utilizando herramientas externas como #DAXStudio y #TabularEditor.

📅 27 febrero
⌚ 10:30h.
📍Online
ℹ️ ow.ly/8WF250UYjJu

#SSAS #SqlServerAnalysisServices #TabularEditor question: did a recent patch break calculations for ya’ll? I’m suddenly getting “Value was either too large or too small for a Currency” on two different models, one of which I think doesn’t even have any currency-formatted measures or money data types.

Every data witch needs a #DateDimension configured just the way she likes… or more likely, tailored to the idiosyncrasies of a bunch of end users. Here’s my basic version of that: https://github.com/Willow-DataWitch/DateDimension

#SSAS #TabularModel #TabularEditor #SqlServer

GitHub - Willow-DataWitch/DateDimension: Every reporting witch needs a date dimension. This one is mine.

Every reporting witch needs a date dimension. This one is mine. - Willow-DataWitch/DateDimension

GitHub

I can't believe I waited this long to dive into #DataGoblins's #TabularEditorLearn courses for #TabularEditor3! I've been using #TE3 since it was in beta, but only just scratched the surface. 🤯

These courses feature both video and text-based instructional material, so you can pick whichever best suits your learning style, and when you complete the full series, you can take an exam to earn an exclusive certificate that validates your skills and achievement. #PowerBI & #MicrosoftFabric peeps, if you haven't already, you should definitely check out the #TabularEditor Learn courses:

https://tabulareditor.com/learn

Tabular Editor 3

Official web site for Tabular Editor 3

TIL in #TabularEditor, you can use .Output(); to display a popup list of whatever you are messing around with in the scripting window.

So,

Selected.Measure.ReferencedBy.Output();

will get you not only the other measures you calculate with that measure, but also the detail row expressions you call it in. And

Selected.Table.DependsOn.Output();

Will get you a list of the things you use in the table’s default detail row expression (among other things).

#PowerBI

1/2

日本初レビュー⁉ DAX Optimizerをさわってみたよ~😎 - Qiita

はじめにPower BIユーザーおなじみのSQLBIを運営しているMarco Russoさんが、6月22日にポストしたDax Optimizerのウェイトリスト。ポストを見つけてすぐに申し込み、8…

Qiita
#ChatGPT is the latest craze and yes I've lost a few hours playing with it.
Darren Gosbell has come up with the best real use for it that I've seen. Write #PowerBI measure descriptions automagically with some help from #TabularEditor. Awesome work!
https://darren.gosbell.com/2023/02/automatically-generating-measure-descriptions-for-power-bi-and-analysis-services-with-chatgpt-and-tabular-editor/
Automatically generating measure descriptions for Power BI and Analysis Services with ChatGPT and Tabular Editor – Random Procrastination

When using #tabulareditor and serialized folder structure for your #PowerBI dataset, what is a good strategy to utilize a 'local' environment partition that may use different M than the rest of the environments in pipeline? An example would be using table.fromrows to test locally instead of connecting to DW