DAX fridays! #19: DIVIDE

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 22

  • @NorbertoVeraReatigaNVR
    @NorbertoVeraReatigaNVR 8 ปีที่แล้ว +1

    Muchas Gracias Ruth!! ya los entusiastas del uso de datos tenemos una excelente videoteca de las funciones DAX y de las características de Power BI, perfectamente ilustradas con buenos ejemplos, brindados generosamente por su canal y CURBAL...

    • @CurbalEN
      @CurbalEN  8 ปีที่แล้ว

      +Norberto Vera Reatiga Todo un placer poder contribuir a esta comunidad con mis conocimientos. El aprecio y cariño recibido es increíble. :)
      /Ruth

  • @Devloper56
    @Devloper56 2 ปีที่แล้ว

    Perfect !!! I learned a lot from your video, especially DAX!!!! Lots of love from India😊😊😊

    • @CurbalEN
      @CurbalEN  2 ปีที่แล้ว

      Wonderful to hear!

  • @rolandkc
    @rolandkc 8 ปีที่แล้ว +1

    That's a good alternative, no need to worry about calculation error when dividing.

    • @CurbalEN
      @CurbalEN  8 ปีที่แล้ว

      +Roland Kc Yes, I always use divide nowadays.
      By the way, did you get my answer to your messages?
      /Ruth

  • @Rrabbit_swim
    @Rrabbit_swim 6 ปีที่แล้ว +1

    Dax Fridays! Love it!

    • @CurbalEN
      @CurbalEN  6 ปีที่แล้ว

      Thanks :)
      /Ruth

  • @mayraruiz3764
    @mayraruiz3764 4 ปีที่แล้ว

    Hi Ruth, How can I use the divide function where the denominator needs not to be affected by filters in the visualization (slicer) but the numerator does. I have tried the following but is not working:
    Measure = DIVIDE([numerator],CALCULATE([Denominator],ALL(column])), 0)

  • @joanneagius8181
    @joanneagius8181 4 ปีที่แล้ว

    Hi, how can i divide one column with another (like you showed) and multiply by 1000 in Power Bi?

  • @midsummer4864
    @midsummer4864 6 ปีที่แล้ว +1

    Thank you

    • @CurbalEN
      @CurbalEN  6 ปีที่แล้ว

      You welcome :)
      /Ruth

  • @gauravkhurana4807
    @gauravkhurana4807 6 ปีที่แล้ว

    Thanks, I wanna divide two different columns, from two different tables?

    • @sandeeps6309
      @sandeeps6309 4 ปีที่แล้ว

      % of two different tables= DIVIDE(SUMX(RELATEDTABLE(tablename),[columnname]),SUMX(RELATEDTABLE('tablename'),[columnname]))

  • @kumarakannan1705
    @kumarakannan1705 5 ปีที่แล้ว

    Hi Curbal, I am dividing column B with column A using divide dax function on column C, the divide function is working correctly in each row but in the column C grand total, all the values got sum up instead of dividing grand column B with grand total column A. pls help to fix this.

    • @CurbalEN
      @CurbalEN  5 ปีที่แล้ว

      Check this video to see if it helps:
      m.th-cam.com/video/ufHOOLdi_jk/w-d-xo.html
      /Ruth

    • @kumarakannan1705
      @kumarakannan1705 5 ปีที่แล้ว

      My problem is different, Consider i have column C it has dax function (Column C = Divide(Column B,Column A,0)). This dax function working correctly in each row but when it comes to grand total of Column C, all values in Column C are summing up. In grand total column i am expecting the values like [Grand Total of Column C= sum(Column B) /sum(Column A)]

    • @CurbalEN
      @CurbalEN  5 ปีที่แล้ว

      You can modify how the totals are caclulated followlng the example
      In the video.
      For personalized help, please ask in the power bi community.
      /Ruth

  • @peterg4130
    @peterg4130 7 ปีที่แล้ว +1

    So I thought that the "AlternateResult" could be anything, but apparently not? Only "0" is accepted?

    • @CurbalEN
      @CurbalEN  7 ปีที่แล้ว

      Mmmm did that a video a long time ago... which minute do I say that?
      /Ruth

    • @peterg4130
      @peterg4130 7 ปีที่แล้ว +1

      You didn't, I was just trying to enter other values myself and they would not be accepted, but when I typed in '0', it worked.

    • @CurbalEN
      @CurbalEN  7 ปีที่แล้ว

      Sorry, I read your comment too fast..
      They are not very clear in the documentation, but they use “1” as an example:
      msdn.microsoft.com/en-us/library/jj677276.aspx
      /Ruth