Forum Discussion
hirmalik
2 years agoFrequent Visitor
How to display two KPIs in same row
Hi, I have all my KPIs calculated at the backend and some prcentage measures on the frontend. I want to display number as well as Percentage in the same row. How can I acheive this ?
I have these atm
And I want to acheive something like this,
I can not find a way to fill in values here
1 Reply
- christinepaytonMost Valuable Professional
You would need to make a measure that concatenates the two. Use FORMAT() in DAX on the percentage calculation to format it as a percentage when concatenating with text.