Forum Discussion
stefantaust
1 year agoHelper I
Parameter single Value
Hello, I created a dataset using parameters and displayed the slicer. I have the value displayed as "Test Wert". However, it often doesn't display the exact value. If I type in the value "8888," the...
- 1 year ago
Hi stefantaust ,
I believe you can use a workaround:
On the parameter table add a new column with the following code
Text Values = FORMAT(Parameter[Parameter], "00000")This will give you the following table:
Create a new measure on the parameters:
Parameter Value Min = IF(ISFILTERED(Parameter[Text Values]), MIN(Parameter[Parameter]))Now use the new Text slicer to do your calculation:
Please see file attach.
- 1 year ago
Hi stefantaust
This is the new Text Slicer:
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-text-slicer
stefantaust
1 year agoHelper I
Thank you, it works ๐
What is the name of this Visual?
MFelix
1 year agoSuper User
Hi stefantaust
This is the new Text Slicer:
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-text-slicer