Ranking by Multiple Columns (Guest Post by BI Elite)

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • / bi-elite
    Today's video is a guest post from Parker over at BI Elite. Parker has generously agreed to do a guest video for my channel, where he'll explain how to use DAX to create a ranking based on multiple columns. So give it a watch and see how quickly and easily it can be done.
    VIDEO CHAPTERS 🎥
    0:00 - Start of Video
    0:12 - Start of Demo
    0:38 - Showing the Model
    1:40 - Creating 1st DAX Measure
    3:26 - Creating 2nd DAX Measure
    LET'S CONNECT! 🧑🏽‍🤝‍🧑🏽 🌟
    -- / havensbi
    -- / reidhavens
    -- / havensconsulting
    HAVENS CONSULTING PAGES 📄
    Home Page - www.havensconsulting.net
    Blog - www.havensconsulting.net/blog-...
    Blog Files - www.havensconsulting.net/blog-...
    Files & Templates - www.havensconsulting.net/files...
    Consulting Services - www.havensconsulting.net/consu...
    Contact & Support - www.havensconsulting.net/conta...
    EMAIL US AT 📧
    info@havensconsulting.net
    #PowerBI #PBI #microsoftpowerbi #HavensConsulting #powerplatform #microsoft #businessintelligence #datascience #office #data #digitaltransformation #dataanalytics #tableau #excel #powerapps #datavisualization #dashboard #sharepoint #python #bi #analytics #cloud #azure #bigdata #sqlserver #software #sql #dynamics #dataanalysis #yammer #microsoftpowerbi #onedrive #machinelearning #bhfyp #powerbidesktop
  • Věda a technologie

Komentáře • 19

  • @yout1877
    @yout1877 Před 2 lety

    This has been a lifesaver. Had searched dozens of blogs and videos, and this finally gave me the answer.

  • @angeloponciano5724
    @angeloponciano5724 Před rokem +1

    congrats, this is amazing

  • @cleanermail8816
    @cleanermail8816 Před 5 lety +1

    Nice to see collaboration in the community! Great, easy to understand video!

  • @DF-yj4qs
    @DF-yj4qs Před 5 lety +1

    I have been looking for a tutorial on this EXACT situation for at least two weeks! You are the man!
    Thank you much

  • @heliod4459
    @heliod4459 Před 2 lety

    Fantastic!

  • @fuubutsushio8530
    @fuubutsushio8530 Před 4 lety +4

    Question: What if we add another column of 'months' and want to find the highest rank for each social netwrk and the month in which they had highest rank?

    • @nicholaskeogh1121
      @nicholaskeogh1121 Před rokem

      I know its two years later but you can just keep stacking variables for each column you want, then add these in the FILTER with &&

  • @muhammadtanveerislam5998

    wonderful bro

  • @kevinlabore1726
    @kevinlabore1726 Před 5 lety

    Cool! Question -- does this only work when using "MAX" or can you use other variations?

  • @RobIvy
    @RobIvy Před 4 lety

    This would be exactly what I need....except that I get a circular dependency error in my model. Any ideas why that might happen?

  • @suniltak5707
    @suniltak5707 Před 3 lety

    Can we have same values for 2 records? So lets say for Facebook, we have 2 records with same value like 100 . Then will be populated by the RANKX function. I need increment number for each record irrespective of duplicate record. How can achieve that?

  • @rajeshkhanna8709
    @rajeshkhanna8709 Před 3 lety

    Hi, I tried the same way on my computer but technically i am faceing some error

  • @KK-kc1mf
    @KK-kc1mf Před rokem

    Hi, is there a possibility to do it for column in a table inside model, not in visualisation?

    • @HavensConsulting
      @HavensConsulting  Před rokem

      That same logic should be transferable into a DAX calculated column if you wanted :)

  • @jithiljohn2961
    @jithiljohn2961 Před 5 lety

    I have customer name, customer state and sale amount. But I want to rank based on customer name. Please help

    • @HavensConsulting
      @HavensConsulting  Před 5 lety

      Hi Jithil, that question might be better suited to post on the Power BI community site (community.powerbi.com/) where you can include a file and DAX measure. If you post it there and email me the link to your problem, I'll try to look at it when I have time

    • @akshayachandrasekar8285
      @akshayachandrasekar8285 Před 2 lety

      Hey try this,
      New measure = rankx(All(table name[customer name]), total sales)