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 Experts,
I am trying to create the below measure but it is not working.
Measure -
Test Chart Title =
Geography is not returned in this measure. Please help.
Solved! Go to Solution.
Try this
Test Chart Title =
VAR MonthPart =
SELECTEDVALUE (
'Time Day'[Month_Year],
"Current Month"
)
VAR Geography =
IF (
ISFILTERED ( 'PS Location'[COUNTRY] ),
SELECTEDVALUE ( 'PS Location'[COUNTRY] ),
""
)
RETURN
"Country Wise" & Geography & MonthPart
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Try this
Test Chart Title =
VAR MonthPart =
SELECTEDVALUE (
'Time Day'[Month_Year],
"Current Month"
)
VAR Geography =
IF (
ISFILTERED ( 'PS Location'[COUNTRY] ),
SELECTEDVALUE ( 'PS Location'[COUNTRY] ),
""
)
RETURN
"Country Wise" & Geography & MonthPart
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
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 | |
| 18 | |
| 14 | |
| 14 |