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
Dear Colleagues!
Colleague i reach out to you to request your assistance
I would like to creat a DYNAMIC Title
- If i select bOPV or IPV the title should be "YES" and if i select others (DPT1, DPT3, MCV1 and MCV2.) the title should be "NO"
Thank you for your assistance
Solved! Go to Solution.
@dofrancis3
I hope you make single section on the slicer.
DynamicTitle =
VAR SelectedValue = SELECTEDVALUE( 'YourTable'[YourColumn] )
RETURN
IF(
SelectedValue IN { "bOPV", "IPV" },
"YES",
"NO"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@dofrancis3
I hope you make single section on the slicer.
DynamicTitle =
VAR SelectedValue = SELECTEDVALUE( 'YourTable'[YourColumn] )
RETURN
IF(
SelectedValue IN { "bOPV", "IPV" },
"YES",
"NO"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 9 | |
| 7 | |
| 6 |