Forum Discussion
Anonymous
5 years agoNot applicable
How to create a RATE table for Table from Indonesia amount need to divide by 10,000
Hi All May i know how to create a RATE table , So that when Source.Name=INVC_TI.CSV it will divide by 10,000 ? My PBI file :- https://www.dropbox.com/s/v0d5shvm6w72rv4/INVC_V003.pbix?dl=0 ...
- 5 years ago
Hello Anonymous
The measure you should be like this:
Measure = DIVIDE ( [AMOUNT],MAX('RATE'[RATE]))
aj1973
5 years agoCommunity Champion
Here you go Anonymous