Forum Discussion
Connecting formulas
- 4 years ago
HI netanel ,
I don't have anything to test the formula, so just wrote it based on my best judgement looking at your description.
What error the formula is displaying?
I am assuming you are creating a measure.
Add more details as I can't help you to troubleshoot this way.
See if this works:
Net USD average per Day for InApp or RV = CALCULATE( [Net USD average per Day), 'Revenues DB'[GL] = "InApp" || 'Revenues DB'[GL] = "RV" )Thanks,
Pragati
Hi Pragati11
I'm trying to get them on the card
But it should contain both RV and InApp
I tried the following formula and it did not work
HI netanel ,
You can write a measure as follows:
Net USD average per Day for InApp or RV =
CALCULATE(
[Net USD average per Day),
FILTER(
'Revenues DB', 'Revenues DB'[GL] = "InApp" || 'Revenues DB'[GL] = "RV"
)
)
Thanks,
Pragati
- Pragati114 years agoSuper User
HI netanel ,
I don't have anything to test the formula, so just wrote it based on my best judgement looking at your description.
What error the formula is displaying?
I am assuming you are creating a measure.
Add more details as I can't help you to troubleshoot this way.
See if this works:
Net USD average per Day for InApp or RV = CALCULATE( [Net USD average per Day), 'Revenues DB'[GL] = "InApp" || 'Revenues DB'[GL] = "RV" )Thanks,
Pragati