Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
21 | |
14 | |
14 | |
13 | |
13 |