Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Power BI

HI Team, 


I have a dataset and I am building Pivot in Power Bi Desktop out of that Dataset. In the Dataset I have a column let say Region, now the regions names are big, but I need the pivot to show just specific name. So for example if the region is Global Japan, I want the pivot to show the value in region as Japan instead of Global Japan . 
In the pivot, the region is treated as "Rows"

2 Replies

  • Hi Anonymous ,
    Please follow this link for Pivot table :https://learn.microsoft.com/en-us/power-query/pivot-columns

    and you could rename the pivot table column name to suitable name .
    Thanks ,
    Pratyasha Samal 
    Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
    If you found this post helpful, please give Kudos C

  • Hi Anonymous,

    You can use the standard pivot or transpose, whichever is applicable for you. After that you can use the Replace values to replace the unwanted terms like replace Global with space. Once done with all replacements apply Trim column for get rid of all the spaces. 

    Thanks,

     

    Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.

    If you found this post helpful, please give Kudos.