Posts filed under DAX

Starter Extensions for Visual Studio Code and Power BI (with Štěpán Rešl)

Video by: Reid Havens

Learn about a good starter pack list of extensions (plug-ins) for Visual Studio Code (VS Code). These extensions will be useful for: data modelling (DAX, Power Query), Git Management, Power BI administration, SVG/XML/Java scripting, custom visual development, and more! Tune in to find out.

GUEST BIO 👤

"Don't say something cannot be done, or someone who doesn't know will come and do it.". This motto describes me very well. I would say because I am trying to find a path even on fields where paths shouldn't be. I'm the MVP of Data Platform (Power BI) and a co-founder of a company called DataBrothers, where I work as a Lead technical consultant. Primarily I am working with Microsoft Power Platform Technologies (Power BI, Flow / Automate, and PowerApps) and am the Author of the Czech PBI blog Jakna Power BI (translated "How to Power BI").

RELATED CONTENT 🔗

Štěpán's LinkedIn
reporTee (Power BI guided learning)

Simplifying [DAX] with Staging Tables & Relationships in Power BI

Video by: Reid Havens

Learn how to leverage model tables/columns, and relationships to simplify your DAX code for your Power BI datasets (models), leading to simpler measures, and potentially more efficient (faster) calculations and visual queries. Tune in to learn more!

One-Click Time Intelligence Measures with Tabular Editor Scripts!

Video by: Reid Havens

Learn how to leverage C# scripts in Tabular Editor 2 or 3 to create instant Time Intelligence DAX measures off any existing calculations already in your model. This is a huge time savor for applying common date pattern calculations instantly with just a couple clicks in Tabular Editor.

RELATED CONTENT 🔗

Format All Measures C# Tabular Editor
Benoit Fedit's TE Script
Bernat Agullo's TE Script

[DAX] Dynamic Format Strings WITHOUT Calculation Groups ?!?

Video by: Reid Havens

Learn how to add Dynamic Format Strings for individual [DAX] measures in Power BI! This technique doesn’t require calculation groups or Tabular Editor either, and can be done entirely inside of Power BI desktop.

Side note, if you aren’t using Tabular Editor as a model developer you should be. It’s a fantastic tool for any intermediate to advanced modeling scenarios, and the only way to add calculation groups (today).

RELATED CONTENT 🔗

Dynamic Format Strings in DAX
Kane Snyder’s Linkedin Post
Tabular Editor