Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Anyone know why 'Table'[Column].[Year] returns the year number in Power BI, but when I paste into Analysis Services is does not work? And when I search online I just see the Year function wrapping the Table and column...
like so... Year('Table'[Column])
Solved! Go to Solution.
This is when Table[Column] is a date.
In Power Bi, a date has a hidden date dimension and you have access to the columns in that table (.[Year], .[Month], .[Quarter] etc)
Analysis Services doesn't have that.
This is when Table[Column] is a date.
In Power Bi, a date has a hidden date dimension and you have access to the columns in that table (.[Year], .[Month], .[Quarter] etc)
Analysis Services doesn't have that.