Forum Discussion
MichaelBr
9 years agoNew Member
Textfield with selected value and text
Hello I am just starting to work with Power BI, and as I expected I have my first problem, where I hope to find a solution here :) I have a table with the following fields: Status Year Sal...
MichaelBr
9 years agoNew Member
Thats not what I meant
I want to add the following
Awarded for 2017 is US $ xyz
- The word awarded has to be changed based on the selected status
- The year has to be changed on the selected year
- The sales has to be changed
So far only the sales changes, which is the standard functionality of BI.
shjaffer
9 years agoFrequent Visitor
I managed to do something similar by creating a Measure with the text/data I wanted. The measure name is 'Title'
Title =
"Data For "
& MAX( V_DailyTransactions[AsOfDate])
And then I placed this measure in a Card visualization.