Hi everyone,
I am trying to make a calculated column in Power BI that changes according to the filter in a report, for example:
I have this two tables in my Data section:
Table A
Person | Money |
x | $ 123 |
y | $ 198 |
z | $ 98 |
Table B
Currency | Cost |
Pounds | $ 16,70 |
Euro | $ 2 |
In my report Section I put Currency as a report filter, in order to let the user see the Money in the currency he or she wants.
So I want to create a New Column in Table A, that calculates: Table A[Money] / Table B[Cost]. I am not being able to do this calculation, because the Data section does not recognize the filter I use in the report.
Is there any solution to my problem?
Thanks in advance.