Forum Discussion
Dicken
Post Prodigy
2 years agoParameter PBi
Has anyone had the problem of not 'create' button' in on the parameter dialog box I have uninstalled , reintalled, run repair, I have the add slicer check box but no create button, is there a keybo...
- 2 years ago
I had the wrong parameter in mind.
This issue has been reported before with the Feb 2023 release.
One workaround would be to change text size in Windows settings Accessibility | Text size .
Another workaround is to create this manually, as it is a wizard for
creating a new table like this
Parameter = GENERATESERIES(0, 20, 0.01)and a measuresParameter Value = SELECTEDVALUE('Parameter'[Parameter], ".9")(with the limits I chose for this parameter and a default value.You can then add this in a slicer or reference
mattiasdesmet
Resolver II
2 years agoI had the wrong parameter in mind.
This issue has been reported before with the Feb 2023 release.
One workaround would be to change text size in Windows settings Accessibility | Text size .
Another workaround is to create this manually, as it is a wizard for
creating a new table like this
Parameter = GENERATESERIES(0, 20, 0.01)
and a measures
Parameter Value = SELECTEDVALUE('Parameter'[Parameter], ".9")
(with the limits I chose for this parameter and a default value.
You can then add this in a slicer or reference
Dicken
Post Prodigy
2 years agoThanks for the help, and at least I know it's not just me.
RD