Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
How to create header report ("sting"+value in card)
I want to show the title ( "report from" + value in card)
Please guide me about it.
Solved! Go to Solution.
Hi , @Anonymous
Try measure as below:
Measure = "report from"&" "&SELECTEDVALUE('Table'[team])
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
@Anonymous , Value in card might be measure
Try a measure like
Value in card = "report from " & [measure]
Value in card = "report from " & minx(Date,Date[Date])
Value in card = "report from " & sum(Table[Value])
@amitchandak @I create new measure
I use measure = report from " & ' Table'[team].
It's error.
Hi @Anonymous
How do you get the value in the card? I guess it's with a measure.
Create a new measure using the one you use in the card:
New measure =
"Report from" & [YourCurrentMeasure]
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
@AlB value in card not a measure. value in card show by filter visualizations slicer.
How to solve it?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!