Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I´ve created this calculation group, works fine:
TEST =
IF (
ISFILTERED ( Currency[CurrencyTo] ),
VAR ForexRate =
CALCULATE (
FIRSTNONBLANK ( CreationForex[Rate], 1 ),
FILTER (
CreationForex,
CreationForex[Currency] = SELECTEDVALUE ( Bookings[SaleCurrency] )
&& CreationForex[CurrencyTo] = SELECTEDVALUE ( CreationForex[CurrencyTo] )
&& CreationForex[CreationDate] = SELECTEDVALUE ( Bookings[CreationDate] )
)
)
VAR Price =
SELECTEDMEASURE ()
VAR Result =
DIVIDE ( Price, ForexRate, 0 )
RETURN
Result,
SELECTEDMEASURE ()
)
But I have the known "issue" of 0 in totals, I´ve tried many options unsuccessfully, any idea how can I do it?
Thanks in advance for your time in reading.
Solved! Go to Solution.
@JuanviWebbeds , Based on row/column/group by used in measure try measure like
test new = sumx(Values(Table[Column]),[TEST])
Also refer: https://www.youtube.com/watch?v=ufHOOLdi_jk
@JuanviWebbeds , Based on row/column/group by used in measure try measure like
test new = sumx(Values(Table[Column]),[TEST])
Also refer: https://www.youtube.com/watch?v=ufHOOLdi_jk
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
20 | |
18 | |
18 | |
17 |
User | Count |
---|---|
37 | |
22 | |
18 | |
18 | |
13 |