Forum Discussion

chrisha's avatar
chrisha
Frequent Visitor
5 years ago
Solved

Can't read scalar values using ADOMD.NET in Analysis Services/Power BI model

Hi all, and apologies if this is the wrong forum for this. I'm trying to connect to a local analysis services instance using ADOMD.NET. Querying for tabular data works with no problems, but I'd li...
  • chrisha's avatar
    chrisha
    5 years ago

    Sorry, this is not a good solution as it runs SQL instead of DAX. I did find a workaround by wrapping measure-DAX in a ROW()-call so that the data would be returned as a table with one row.