Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

MID function

Hi, team!

Who is responsible for DAX documentation at https://docs.microsoft.com/ ?

I've got an issue (maybe it's only my problem)

According the https://docs.microsoft.com/en-us/dax/mid-function-dax?source=docs this statement is correct:

 

 

=MID([ResellerName,5]) 
 the second example omits the table name and the parameter, num_chars.

 

 

for me none of statements don't work

 

 

=MID([Column,5])
=MID([Column;5])
=MID([Column];5)

 

 

The error always the same

Too few arguments were passed to the MID function. The minimum argument count for the function is 3.

Status: New
Comments
v-chuncz-msft
Community Support

@az38 

 

To view the last update for DAX functions, you may visit DAX Guide. To help improve MSDN documentation, share feedback on GitHub.