Forum Discussion
Hoping
2 years agoHelper III
Create Measure without altering context
I have a table - TABA which has a PERSON_ID, few other columns, INDICATOR column that has 2 values - YES and NO and an AMOUNT column. I have a table visual with PERSON_ID, all othercolumns and a...
- 2 years ago
If the measure doesn't return a value, even with the "+ 0" it means that Xiaoxin Sheng is right and you need additional (dimension) tables to force evaluation for every combination.
Note that I wouldn't necessarily add one table with each combination, but more likely dimension tables for PERSON, INDICATOR and CATEGORY.
sjoerdvn
2 years agoSolution Sage
Try adding "+ 0" to your measure.
- Hoping2 years agoHelper III
This didn't work. The measure never returns.
- sjoerdvn2 years agoSolution Sage
If the measure doesn't return a value, even with the "+ 0" it means that Xiaoxin Sheng is right and you need additional (dimension) tables to force evaluation for every combination.
Note that I wouldn't necessarily add one table with each combination, but more likely dimension tables for PERSON, INDICATOR and CATEGORY.