Forum Discussion
gauravnarchal
5 years agoPost Prodigy
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?
| Name | Branch | (Measure) Add column and show 10 value in each row |
| ABC Intl | NYC | 10 |
| ZZZ Logistics | LON | 10 |
| ABC Intl | CAI | 10 |
| ZZZ Logistics | MEL | 10 |
| ABC Intl | DEL | 10 |
| ABC Intl | SHA | 10 |
| ABC Intl | NYC | 10 |
| ZZZ Logistics | NYC | 10 |
Hi gauravnarchal ,
Try the following ,is it what you want?
base data:
measure=10Final result:
Wish it is helpful for you!
Best Regards
Lucien
2 Replies
- jaideepnemaSolution Sage
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-msftCommunity Support
Hi gauravnarchal ,
Try the following ,is it what you want?
base data:
measure=10Final result:
Wish it is helpful for you!
Best Regards
Lucien