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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 33 | |
| 31 | |
| 19 | |
| 12 | |
| 11 |