Financial Projections - Financial WordPress Theme

Hidden ALL or implicit ALL in Calculate

Calculate is the mother function of DAX. I use Calculate almost everyday in 90% my DAX measures. With the latest update to the calculate using Or and ability use MAX and measures with aggregation as filters. The update of the semantic comes with a hidden filter. Look at the measure below Measure :=CALCULATE ( SUM ( Sales[SalesAmount] ), Product[Category] = “Bike” ) Above measure is […]

Read More

Investments Adviser - Financial WordPress Theme

New Update to CALCULATE Function in DAX

One of my favorite items in the March 2021 Power bi release is the update to the calculate function. Now we can use the OR Operator inside the CALCULATE function with out the need of calling the filter function within it.Below code shows an example of how we used to apply the OR Operator within […]

Read More

Data Modeling Best Practices

Your model is most important step in creating and easy yet simple way for end users to either self service or for other developers to create reports and dashboards. I know you are here because you want to create the perfect product to impress your users. Well, you are in the right place, if you […]

Read More