Forum Discussion
Anonymous
4 years agoNot applicable
Cannot drag and drop to the Values data field
I have issues when I try to drag and drop Fields to the Values data field in the visual. This is the case when I try with the normal column and also with a calculated column. If there is a field alre...
- 4 years ago
Anonymous looks like the implicit measures is disabled. Did you create a calculation group? That enforces the disable of implicit measures so you will need to create explicit measures for that columns and then you could put them in the values
Anonymous
4 years agoNot applicable
SpartaBICould you explain a bit further? I did not create a calculation group.
This EUR_AMOUNT column is just a calculated column containing only numerical values.
EUR_AMOUNT = IF(CLM_C_PAYMENT_SAT[CURRENCY_CODE]="HRK",CLM_C_PAYMENT_SAT[AMOUNT]*0.13,CLM_C_PAYMENT_SAT[AMOUNT])