Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Power Bi | Analysis Services | Working with Mixed Model

Hello,   I am working with an Analysis Services Model which works on Live Connection.   With the December Power Bi Update we can add local tables also and make the model mixed.   So in my mixed...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous 

    You may try make change to live connection mode for Analysis Services to change mode to DirectQuery.

    Blog: Using DirectQuery for Power BI datasets and Azure Analysis Services (preview)

    Then you can use datasource from live connection and local at the same time.

    Try to build a new calculated table.

    Table = ADDCOLUMNS(GENERATE('Local Table','Live Connection'),"IncurredAboveDeductible",IF([Incurred]-[Deductible]<0,0,[Incurred]-[Deductible]))

    Result is as below.

    Best Regards,

    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.