Forum Discussion

Hell-1931's avatar
Hell-1931
Helper II
6 years ago

Filtering out negative values

Hello, In my SSAS tabular model I have the following measures, (which then used in Power BI Report): % of Budget Used:=1.0 - DIVIDE(([Total Budget] - [Total Amount]), [Total Budget], BLANK())    %...