Skip to content

Phil Seamark on DAX

Data modelling and DAX

  • Home
  • DAX Games
  • About Phil Seamark

Category: DAX

Debugging DAX – GuyInACube Video

Debugging DAX – GuyInACube Video

Posted on October 4, 2019October 4, 2019No Comments on Debugging DAX – GuyInACube Video

Last time I was in Seattle, I was lucky enough to do a short video with the famous GuyInACube showing a useful technique I use when debugging DAX in Power BI. I hope you find it useful.

DAX: Bitwise calculations

DAX: Bitwise calculations

Posted on October 3, 2019October 3, 20194 Comments on DAX: Bitwise calculations

As an extension to my recent article on base conversions in DAX, I thought I’d show how these conversion calculations can be used to help you perform bitwise calculations in DAX. At present, there are no bitwise operators in DAX (I’m working on it!!), so calculations that need to perform AND, OR, XOR, NOT etc. … Continue reading DAX: Bitwise calculations

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

DAX Fusion

Posted on August 5, 2019August 5, 201911 Comments on DAX Fusion

Introduction: Around 2014, an enhancement was made to the DAX engine designed to help improve query speed. The enhancement, called DAX Fusion, looks to reduce the number of storage engine scans needed to satisfy queries, by combining similar scans where possible. This optimisation feature exists in Power BI, so can be used to help speed … Continue reading DAX Fusion

Posts pagination

Previous page Page 1 … Page 5 Page 6 Page 7 Page 8 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...