We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Experts
Cannot see how to fix the following DAX....
Measure 3 =
VAR _User =
CONCATENATE(
CONCATENATE(
"(",
CONCATENATE(
"India",
")")
),
CONCATENATE(
"[",
CONCATENATE(
004,
"]")
))
RETURN
_User
Error message
Solved! Go to Solution.
just put the ; after the closing bracket around India:
Hello @Anonymous,
you can do it like this
measure = "(India)(0040)"
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
May I ask :
1. why do you use so many CONCATINATE? Should not && do the job?
2. is (India)(0040) - this what the VAR should return? Am I right?
Hi,
there doesn't seem to be anything wrong, i copied it into PBI and it works:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi Doleray85 how do i amend the above to include a ; between (india) and [4] so end result is (india);[4]
just put the ; after the closing bracket around India:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |