Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi PowerBI community!
I am been working on this problem for some time and can not seem to figure it out. Here is the scenario:
This is what I get so far, essentialy I want to move the target percent from the blank row to the GBP row
I have tried SELECTEDVALUE, using the AlternateResult, but will not show the 'default value':
Thanks four your time, and have included a sample file if helpful. Thank you!!!
Solved! Go to Solution.
I'd try defining the default value as a variable. It's easier to debug that way.
Target (SelectedValue) =
VAR Default =
LOOKUPVALUE ( Target[Target], Target[Currency], "Default" )
RETURN
IF ( NOT ISEMPTY ( Amount ), SELECTEDVALUE ( Target[Target], Default ) )
I'd try defining the default value as a variable. It's easier to debug that way.
Target (SelectedValue) =
VAR Default =
LOOKUPVALUE ( Target[Target], Target[Currency], "Default" )
RETURN
IF ( NOT ISEMPTY ( Amount ), SELECTEDVALUE ( Target[Target], Default ) )
@AlexisOlson Awesome! Thanks so much for taking a look, and figuring it out. much appreciated.
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |