Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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  ...
  • themistoklis's avatar
    themistoklis
    5 years ago

    Hello Anonymous 

    The measure you should be like this:

    Measure = DIVIDE ( [AMOUNT],MAX('RATE'[RATE]))