Hello,
I have a very easy question but hard to me!
I have a slicer with a dropdown list where I can select only 1 value. Once I select the value, let's say 25,000, I want a measure to reduce 1 from that selected value in the slicer,
How can I do that?
With the following formula I am able to obtain the selected value for the slicer but not sure how to subtract 1, Thus I want the result of the measure to be 24,999
Measure = Allselected(TableColumn)
Thanks in advance!
Luis
Solved! Go to Solution.
Hi @lhern_ndez,
Try this one.
Measure = MAX(Table1[value])-1
Also please find the pbix attached.
Regards,
Frank
Hi @lhern_ndez,
Try this one.
Measure = MAX(Table1[value])-1
Also please find the pbix attached.
Regards,
Frank
works great, thanks!
Thanks for your help, it shows me an error, I believe because the value I select is repeated which is normal, how can you modify the formula considering that the column contains duplicates of the value selected?
I do not need to add up the values or anything, simply subtract - 1 of the value selected regardless if it has doubles or not,
Thanks!
Luis
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
400 | |
105 | |
68 | |
55 | |
49 |
User | Count |
---|---|
379 | |
118 | |
82 | |
67 | |
54 |