💻 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
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
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:
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).
1/2