Forum Discussion
Long
9 years agoFrequent Visitor
Relations between tables with measure column
Hi everyone, Could you help to understand the following behavior and how to deal with this: I have a simple structure with one fact table and two dimensions with both direction relations: ...
- Anonymous9 years ago
Hi Long,
You can try to use below formula to calculate with the slicer, it not affected with the static value measure.
BKFCPercent = var bigTotal = SUMX(ALLSELECTED(FactTable),[BKFC]) return divide(sum(FactTable[BKFC]), bigTotal)
Regards,
Xiaoxin Sheng
Anonymous
9 years agoNot applicable
Long
9 years agoFrequent Visitor
- Anonymous9 years agoNot applicable
Hi Long,
You can try to use below formula to calculate with the slicer, it not affected with the static value measure.
BKFCPercent = var bigTotal = SUMX(ALLSELECTED(FactTable),[BKFC]) return divide(sum(FactTable[BKFC]), bigTotal)
Regards,
Xiaoxin Sheng