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

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

Reply
Anonymous
Not applicable

SQL Server Multidimensional Cube with Live Connection SSAS is not bringing back the correct datatype

I have spent many days on this now and I have not gotten any closer. 

I have a SQL Server (SSAS) Multi-dimensional cube using a LIVE CONNECTION to SSAS and it is not bringing back the correct datatypes. For my Date Time Fields, they are TEXT.  Unfortunately, since we are using the SSAS LIVE CONNECTION, i DO NOT have any abilities to modify the field properties, I can not make new fields in Power BI because I have no abillities to create columns or measures, because I have no DAX functionality with the Multi-dimensional cube with live connection 

 

In the Visual Studios for the MultiDimensional Cube you can see the field is Date

mrutan_0-1667308162220.png

 

In the Power BI the field is a text. The field is greyed out because it is an SSAS Live Connection and I do not have the ability to change it. It tells me i need to change it in the cube setup.

mrutan_1-1667308248008.png

 

Any help would be greatly appreciated 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

The answer actually turned out to be quite simple. I needed to change the sort by to Key, and then change the dataformat to yyyy-MM-dd

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

The answer actually turned out to be quite simple. I needed to change the sort by to Key, and then change the dataformat to yyyy-MM-dd

cpwebb
Microsoft Employee
Microsoft Employee

The video here on using SSAS Multidimensional as a source for Power BI is a few years old but still relevant:

https://blog.crossjoin.co.uk/2018/01/27/using-ssas-multidimensional-as-a-data-source-for-power-bi-vi...

 

The section beginning at 39:30 on the ValueColumn property is what you should look at - it shows how you can make Power BI recognise dates as dates.

 

Chris

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors