Forum Discussion

Analitika's avatar
Analitika
Post Prodigy
3 years ago

How fix this issue in Power BI

Hello,

 

I am facing with this error.

 

 

How to resolve it?

1 Reply

  • nvprasad's avatar
    nvprasad
    Solution Sage

    Hi Analitika,

     

    Firstly you are not doing any calculation in the above measure.  After Calculate you are calling the column name without any function like sum, min....etc.

    it should be like below

                 Calculate(

                                    SUM(TABLE[COLUMN],   ===> Calculation

                                                FILTER LOGIC )    ==== Filters

     

    Appreciate a Kudos! ‌‌
    If this helps and resolves the issue, please mark it as a Solution! ‌‌

    Regards,
    N V Durga Prasad