Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Let's say I have this MDX query against SQL Server's Analysis Service Adventure Works sample:
select [Measures].[Customer Count] on columns, [Date].[Calendar Quarter of Year] on rows from [Adventure Works]
And I execute it as:
var reader = new AdomdCommand("...").ExecuteReader();
I would expect that
reader.GetFieldType(0);
would return System.Int32, but it returns System.Object. The same is true if I query schema with reader.GetSchemaTable() which is no surprise as I assume the former gets data from later. I also assume this is probably not an exclusive .NET issue. The same is at least true for .NET Framework.
So, is there a way I can get those types when I do a query?
I guess it's related to both and I don't think Adomd client is doing anything significant except for retrieving schema from SQL server. But anyway, I will post there as well.
Hi @mihies,
According to your description, I think this requirement is more related to use ADO.NET to getting data from SQL server.
For this scenario, I'd like to suggest you post those at the forum to get further support.
Regards,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
2 |