The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 🙂
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |