Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi - I'm using this tutorial as the basis for adding an annotation.
https://community.powerbi.com/t5/Webinars-and-Video-Gallery/Annotating-Specific-Events-in-Line-Chart...
I am using a Slicer to display information by city. What I want to show is 'implemention begins' in each of the 31 cities in the Slicer.
I have:
You should be able to do something like:
Note =
VAR __city = MAX('Table'[City])
RETURN
SWITCH(
MAX(India[reportingdate] ),
VALUE("10/1/2017" ), "Implementation begins in " & __city,
VALUE("04/1/2018" ), "Implementation begins in " & __city,
VALUE("05/1/2018" ), "Implementation begins in " & __city,
BLANK()
)
HI Greg, thank you so much, this is working. I'm wondering if you could help me around two issues I'm having:
1) When all the filters are selected, it shows a few random implementation dates - is this an IF statement, such as 'IF ALL Filters are selected, then show no dates"?
2) What would I need to do to show multiple start dates if more than one filter is selected?
Thank you, I appreciate your time.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 51 | |
| 50 | |
| 46 |