Forum Discussion

krrish116's avatar
krrish116
Icon for Resolver II rankResolver II
5 years ago
Solved

Changing the Text value to $ only for particular sections items

Hi amitchandak ,

I have a table and in that table i have 4 columns

Old Value   New Value    Reason         Price Diff

0.33               0.21            Price               -0.12

0.289             59               Price               -58.71

300              289              Extension            

289               459             Extension          

 

The Old value and New value are TEXT directly from SQL so we cant change them..

Right now my issue is im showing those values in table visual.

I put the Reason in a Slicer..

In Slicer if they select Price.

then the Old value and New value and Price Diff Value should show the value with $ symbol infront of them.

EX:

If i select Price in Reason Slicer then it has to show like this 

Old Value   New Value     Reason          Price Diff

$0.33               $0.21            Price               $-0.12

$0.289             $59               Price               $-58.71

 

If i select Extension in Reason Slicer then it has to show original values with out $ Symbol

Old Value   New Value     Reason          Price Diff

300              289              Extension            

289               459             Extension   

      

Please help me in sorting out this.

Thanks,

Krish..

 

  • Hi krrish116,

     
    Currently it is not support to present different data types in the original column.
    You can create three measures that are grouped according to Reason and presented in different forms.
     
    Best Regards,
    Link
     
    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

1 Reply

  • v-xulin-mstf's avatar
    v-xulin-mstf
    Icon for Community Support rankCommunity Support

    Hi krrish116,

     
    Currently it is not support to present different data types in the original column.
    You can create three measures that are grouped according to Reason and presented in different forms.
     
    Best Regards,
    Link
     
    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.