Skip to content

Phil Seamark on DAX

Data modelling and DAX

  • Home
  • DAX Games
  • About Phil Seamark

Tag: DAX

DAX: Base conversions

DAX: Base conversions

Posted on October 2, 2019October 17, 20192 Comments on DAX: Base conversions

I was doing some work recently which required DAX calculations to convert values from a specific base to another, e.g. to convert a value in hexadecimal format to a base 10 representation (or decimal), or from base 10 to binary. Excel, like other languages has native functions to allow you to convert across base, such … Continue reading DAX: Base conversions

Speed up Power BI reports using columns

Posted on July 8, 2019July 8, 20196 Comments on Speed up Power BI reports using columns

Did you know, in some cases, it is possible to add columns to your model to speed up the DAX used behind visuals to make them as much as 100 times faster? The PBIX helper file for this article can be downloaded here. I have come across this scenario a few times recently, so thought … Continue reading Speed up Power BI reports using columns

DAX : Pivot Text into a List of Words

Posted on July 5, 2019July 8, 20194 Comments on DAX : Pivot Text into a List of Words

Introduction For this blog, I look at a method to take some text in the form of a horizontal sentence and use DAX to pivot the text into a vertical list of words. The PBIX file for this exercise can is available here. There is no current native function in DAX that can take a … Continue reading DAX : Pivot Text into a List of Words

A measure table called “Measures”

Posted on May 14, 2019July 8, 20199 Comments on A measure table called “Measures”

I wrote a blog back in 2017 on how to better organise your measures in Power BI. One thing that bothered me at the time was I wasn’t able to give the measure table the one name I truly wanted. The perfect name for a measure table is, of course, Measures. Unfortunately, this is a … Continue reading A measure table called “Measures”

Posts pagination

Previous page Page 1 Page 2 Page 3 Page 4 Next page

Search

Categories

  • Advanced
  • Aggregations
  • Analysis Services
  • Blog
  • Calculation Groups
  • Columns
  • Composite Models
  • Copilot Productivity
  • Data Modelling
  • DAX
  • Direct Lake
  • Direct Query
  • Distinct Count
  • Easy
  • Fabric Notebook
  • Filtering
  • Inventory
  • Medium
  • Monitoring
  • Optimise
  • Performance
  • Power BI
  • Power BI Refresh
  • PowerShell
  • Relationships
  • Semantic-link
  • SSMS
  • Time Intelligence
  • TMSL
  • TOM
  • Uncategorized
  • VS Code

Recent Posts

  • Power BI calculation groups just got faster to compile
  • Optimize Your Power BI Model: Use COUNTROWS for Distinct Counts
  • Why the RLS bitmap default just went up 4x
  • Choose your model wisely: premium for design, cheap for execution
  • Teach AI to sound like you, not like AI
Phil Seamark on DAX

Back to top
Loading Comments...