Forum Discussion
SelectedValue as Slicer for MultiLanguage Reports
- 1 year ago
Hi ceren1997
Calculated columns don't respond to slicer selections. Within the calculated column context, it encounters a blank value since SELECTEDVALUE returns blank by default. It remains unaware if any selection has been made in the slicer.
Try using field parameters to switch between columns using a slicer.
Hi ceren1997
Calculated columns don't respond to slicer selections. Within the calculated column context, it encounters a blank value since SELECTEDVALUE returns blank by default. It remains unaware if any selection has been made in the slicer.
Try using field parameters to switch between columns using a slicer.
- ceren19971 year agoFrequent Visitor
Hi danextian,
Thank you so much for this brilliant idea!
I've never worked with parameters before so im a little confused. Here is my language table:And my date table simply has MonthName, MonthName_EN columns in addition to necessary date columns.
Ive created 2 parameters, one for the languageid and the other is for monthnames, ive added both columns to the parameter.
However i couldnt manage to create relationship between those parameters.Could you please tell me where i am going wrong?
- danextian1 year ago
Super User
Hi ceren1997
I was referring to this:
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Just make sure that single select is enabled for the slicer to avoid showing multiple columns at a time.
It still is in preview so you may need to enable it first.