Skip to content

Phil Seamark on DAX

Data modelling and DAX

  • Home
  • DAX Games
  • About Phil Seamark

Category: Medium

DAX 1-Column Fusion

DAX 1-Column Fusion

Posted on June 12, 2020June 12, 20209 Comments on DAX 1-Column Fusion

One approach to optimise DAX queries is to focus on the number of Storage Engine (SE) calls generated by a query and look for ways to provide the same result using fewer SE calls. If a query takes 30 seconds to run and makes hundreds of SE calls, reducing the number of SE calls almost … Continue reading DAX 1-Column Fusion

DAX KEEPFILTERS

DAX KEEPFILTERS

Posted on March 23, 2020March 23, 202010 Comments on DAX KEEPFILTERS

If you ever spend time looking at DAX generated by the Power BI Desktop Performance Analyser, you may notice a function called KEEPFILTERS appear from time to time. It’s not a function I find myself using often, so I thought I’d do a bit of digging to find out what it does and when it … Continue reading DAX KEEPFILTERS

Power BI – Dynamic Axis

Power BI – Dynamic Axis

Posted on February 17, 2020February 17, 20205 Comments on Power BI – Dynamic Axis

A question I come across in Power BI from time to time is how to configure a report to show an end-user a list of options, and then have visuals in the report use the selected item on the axis. There are a few ways this can get solved, such as using bookmarks. For this … Continue reading Power BI – Dynamic Axis

Overriding slicers

Overriding slicers

Posted on February 5, 2020February 5, 202012 Comments on Overriding slicers

A question I’ve received a couple of times recently is how to override slicer selections in Power BI visuals. Or more specifically, if the user selects a specific item in a slicer (or filter), how can I show data for other items a visual that may be related by my selection. An example of this … Continue reading Overriding slicers

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

  • Teach AI to sound like you, not like AI
  • The same workspace on every device
  • Getting started: VS Code and Copilot from zero
  • Your chat history is a searchable knowledge base
  • Git as the undo button for everything you write
Phil Seamark on DAX

Back to top

Loading Comments...