Posts filed under Power BI

Calculating the Top Name & Value Using [DAX] in Power BI

Video by: Reid Havens

Learn how to leverage a long standing DAX pattern to calculate the top performing name/category and it's corresponding value using DAX measures in Power BI. Plus also see how to optimize the code using DAX Studio.

RELATED CONTENT ๐Ÿ”—

DAX Function (TOPN)
DAX Function (FIRSTNONBLANK)
Optimizing DAX Video Course

Creating a Composite Model Against a Power BI Dataset

Video by: Reid Havens

Learn how to create a composite model against a Power BI dataset, also known as (DirectQuery for Power BI datasets and Azure Analysis Services) or DQFPBIDAAS for short. ๐Ÿ˜…

Composite Models against a Power BI Dataset allows you to import tables from other data sources and combine it with your Power BI dataset.

RELATED CONTENT ๐Ÿ”—

Splitting a Report & Model
DirectQuery for Power BI datasets and Azure Analysis Services

Integrating Time Intelligence Filters with Drillthrough in Power BI

Video by: Reid Havens

Learn how to combine a Time Intelligence table with a matrix visual to propagate date filters through a Drillthrough action in Power BI.

RELATED CONTENT ๐Ÿ”—

Part 1: Creating MTD/QTD/YTD Filters
Part 2: Applying USERELATIONSHIP Function
Part 3: Additional Date Periods
Part 4: Fiscal Periods

Advanced Slicer Selection Reset For Drillthrough Pages

Video by: Reid Havens

Learn how to leverage a bit of bookmark magic to clear/reset slicer selections on a drillthrough page. Even when those slicers have no association with any of the drillthrough filters.