Forum Discussion

gauravnarchal's avatar
gauravnarchal
Post Prodigy
5 years ago
Solved

Add fixed value to Column - Measure

Hello - How can I create a measure to show/add 10 in each row of a table or matrix?

 

NameBranch(Measure) Add column and show 10 value in each row
ABC IntlNYC10
ZZZ LogisticsLON10
ABC IntlCAI10
ZZZ LogisticsMEL10
ABC IntlDEL10
ABC IntlSHA10
ABC IntlNYC10
ZZZ LogisticsNYC10
  • Hi gauravnarchal ï¼Œ

    Try the following ,is it what you want?

    base data:

    measure=10

    Final result:

     

    Wish it is helpful for you!

     

    Best Regards

    Lucien

2 Replies

  • Hi gauravnarchal ,

    If it's fixed value that won't change ....Have you tried creating a measure like

     

    Fixed value=10

     

    Is that not working ? Or some another output is expected

     

    Please accept this as a solution if your question has been answered !!

    Appreciate a Kudos ğŸ˜€

  • v-luwang-msft's avatar
    v-luwang-msft
    Community Support

    Hi gauravnarchal ï¼Œ

    Try the following ,is it what you want?

    base data:

    measure=10

    Final result:

     

    Wish it is helpful for you!

     

    Best Regards

    Lucien