Relative Content

Tag Archive for daxpowerbi-desktopdaxstudio

Selected Previous Amount in DAX

I have a rank table as below which is merged with my FactTable. Previous_Amount works find until I select 2 non consecutive FYandFWOnum number.

Groupby and sum the max in DAX

I have a sample data as below and I would like to create a powerbi card. The dax code should first groupby based on Source and add the sum of max(FYandFW). How to get around with this ?

Align to left in Dax format

I am trying to create a custom tooltip, using the code below. And I would like to align to the Result to the left. many thanks in advance.