Forum Discussion

jaweher899's avatar
jaweher899
Impactful Individual
3 years ago

Rename field parameter

Here's teh pbix file https://1drv.ms/u/s!Amd7BXzYs7AVlm0j7IBWB7EZWKIM?e=LTrZMe

 

I use field parameter 

 

Slice by = {
    ("Brand", NAMEOF('Product'[Brand]), 0),
    ("Category", NAMEOF('Product'[Category]), 1),
    ("Color", NAMEOF('Product'[Color]), 2),
    ("Continent", NAMEOF('Customer'[Continent]), 3),
    ("Country", NAMEOF('Customer'[Country]), 4)
}
 

I add a slicer Month-year 

I'd like when I select for the slicer monthyear for example feb 2020, I'd like that in the matrix Brand and category will be renamed as Brand feb 2020 and category feb 2020, is there a way to do it please?

 

5 Replies