The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
hi everyone,
I have table
I created new parameter for keyword and for score like
Keyword_para = {
("Keyword", NAMEOF('distinc_keyword'[Keyword]), 0)
new_score_para = GENERATESERIES(0, 50, 1)
my expectation create new column newScore
example
when if user select keyword = Random 1 and Score = 25
NewScore colum will show
NewScore colum will show
when if user select keyword = Random 2 and Score = 30
NewScore colum will show
I am using formular
newScore =
IF(
Sheet[Keyword] = SELECTEDVALUE('distinc_keyword' [Keyword]),
SELECTEDVALUE ( new_score_para[new-score] ),
Sheet2[Score]
)
but it doesnot work
any helps?
Solved! Go to Solution.
Hi @tlmf2020
Check the attached PBIX which has a working solution.
Let me know if this is what you are expecting.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
hi @NaveenGandhi ,
that is very good solution. However I dont know why when we sum value didnot change.
Do you have any suggestions?
@tlmf2020
Just update the measure as below.
thanks @NaveenGandhi ,
it work, very nice solutions.
now my case have situation
what total change if we select multiple keys and change multiple score,
for example if we select all keywords with corresponding score
expectation for output
if we select
any helps?
@tlmf2020
I have done it for 2 keywords&scores, You replicate it for others.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
excellent solutions @NaveenGandhi , Really appriciate your help
I am new with this community, thanks for let me know that I need to accept the solution.
hi @NaveenGandhi ,
in the case we have fix keys how formular to calcualte new Scorce?
I cannot attached ppx file here. so I've send you via LinkedIn.
Hope you can help me to do it today.
thank you so much for your helps
I've have post other similar case on https://community.fabric.microsoft.com/t5/Desktop/Dynamic-score-base-on-combine-keys-amp-values/td-p...
@NaveenGandhi , any helps?
I've have post other similar case on https://community.fabric.microsoft.com/t5/Desktop/Dynamic-score-base-on-combine-keys-amp-values/td-p...
@NaveenGandhi , any helps?
thanks @NaveenGandhi ,
it work, very nice solutions.
now my case have situation
what total change if we select multiple keys and change multiple score,
for example if we select all keywords with corresponding score
expectation for output
if we select
any helps?
@tlmf2020
I have done it for 2 keywords&scores, You replicate it for others.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
excellent solutions @NaveenGandhi , Really appriciate your help
I am new with this community, thanks for let me know that I need to accept the solution.
hi @NaveenGandhi ,
that is very good solution. However I dont know why when we sum value didnot change.
Do you have any suggestions?
@tlmf2020
Just update the measure as below.
Hi @tlmf2020
Check the attached PBIX which has a working solution.
Let me know if this is what you are expecting.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
hi @NaveenGandhi ,
in the case we have fix keys how formular to calcualte new Scorce?
I cannot attached ppx file here. so I've send you via LinkedIn.
Hope you can help me to do it today.
thank you so much for your helps
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
119 | |
89 | |
75 | |
53 | |
45 |
User | Count |
---|---|
135 | |
120 | |
75 | |
65 | |
64 |