Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get 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
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 |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 14 | |
| 13 |