Forum Discussion
mohandivraniya
Oct 10, 2019Copper Contributor
The required feature is not enabled for this column type error when creating taxonomy column
I am trying to create a new taxonomy (managed metadata) column in SharePoint online. However, I am facing below error when try to select term set for this column. The required feature is not enab...
heinrich-ulbricht
Feb 27, 2020Brass Contributor
I'm stuck with this today on my developer tenant (targeted release) in a modern team site:
Unexpected.
Edit:
The solution was to enable the missing feature using PnP PowerShell:
Enable-PnPFeature 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -Scope Site -Force
Now if this is the recommended approach I don't know...