Forum Discussion
DennisPedersen
8 years agoFrequent Visitor
DAX Measure Calculate only on certain rows
Hi In the measure below i create the same value for many dimensions from the table "vReporting". However I further need this calculation only to be done for one certain value from "vReporting". ...
v-juanli-msft
8 years agoCommunity Support
Does [Actual period] calculate using "distinct" or any else ?
Maybe the [Actual period] using a table function which will return a table not a column.
Best Regards
Maggie
DennisPedersen
8 years agoFrequent Visitor
Hi again
Actual period:=sum('FinanceGLEntry-'[Amount2])
did that help?