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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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 🙂
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 15 | |
| 14 | |
| 9 | |
| 8 | |
| 8 |