Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Is it possible for me to display my slicer selection values in the labels or text field for title purpose.
Expected result - Sales amount for last 7 Months
read the values from the slicer
Solved! Go to Solution.
@PowerBITesting , Create a measure like
measure = "Sales amount for last " & dateiff(min(Date[Date]), Max(Date[Date]),month) & "Months"
refer dynamic title
https://www.youtube.com/watch?v=TYLKDPcvgK8
https://www.blue-granite.com/blog/create-a-dynamic-title-in-power-bi-updated
@PowerBITesting , Create a measure like
measure = "Sales amount for last " & dateiff(min(Date[Date]), Max(Date[Date]),month) & "Months"
refer dynamic title
https://www.youtube.com/watch?v=TYLKDPcvgK8
https://www.blue-granite.com/blog/create-a-dynamic-title-in-power-bi-updated
@PowerBITesting - Should be something like:
Measure = MIN('Dates'[Date]) & "-" & MAX('Dates'[Date])
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
92 | |
88 | |
83 | |
76 | |
49 |
User | Count |
---|---|
146 | |
137 | |
109 | |
68 | |
55 |