Forum Discussion
Anonymous
1 year agoNot applicable
DAX query only working with an additional square closing bracket
Hi, I am using a simple DAX query to calculate 80 percentile from my dataset of 2G voice traffc. But the query only works with an additional closing square paranthesis. Anyone facing a similar issue ...
siddharth1k
1 year agoNew Member
In your example
'2GTraffic'[2G Voice Traffic [Erl]]
The column name appears to have an internal square bracket ([Erl]), which is likely causing confusion. Square brackets are used for defining the column name, and having an extra set inside the column name is causing an issue.