Forum Discussion

jacccodezwart's avatar
4 years ago
Solved

Unable to use numeric column from SSAS Tabular Model as value

Hi there,   I have a SSAS tabular model (compatibility level SQL Server 2019 / Azure Analysis Services (1500)) and this model is deployed to SSAS server (version 15.0.35.19). The data is retrieve f...
  • SpartaBI's avatar
    4 years ago

    jacccodezwart probably someone created a Calculation Group on this model. 
    This will force the mode property 'Discourage Implicit Measure' to True
    And you will not be able to use implicit aggregations rather explicitly create measures on top of the columns (which is anyway the best practice)
    You can undo this change by changing this model propery but only if you first delete all the calculation groups (in case you don't need them).





          

    Showcase Report – Contoso By SpartaBI