Forum Discussion

herosoftware's avatar
herosoftware
Frequent Visitor
3 years ago

Name wise total in power bi Ex:Ravi Ravi Ravi 300 I need like this.

Name wise total in power bi Ex:Ravi Ravi Ravi 300 I need like this

             Nor   basic

    Vijay 300   400

    Vijay 300  400                    I need total name wise.

     Vijay 300  400

Total    900     1200

3 Replies

  • herosoftware , Not very clear

     

    but

    sumx(filter(allselected(Table), Table[Name] = Max(Table[Name]) ), Table[Basic])

     

     

    The information you have provided is not making the problem clear to me. Can you please explain with an example.

    Appreciate your Kudos.

  • herosoftware's avatar
    herosoftware
    Frequent Visitor

    Total Need, name wise that You can see,I need like this in power bi

    • herosoftware's avatar
      herosoftware
      Frequent Visitor

      Please Reply for this message,I have to bring that like excel sheet in power bi,Name wise total given  above excel sheet...