Mike_Carlo's avatar
Mike_Carlo
Icon for Most Valuable Professional rankMost Valuable Professional
9 years ago
Solved

Top Tutorials from www.PowerBI.Tips for 2016

www.PowerBI.Tips is a website that produces tutorials for Power BI Desktop and Power BI online service.  This dashboard is the collection of all the hits by tutorial for all of 2016.  All data has be...
  • Mike_Carlo's avatar
    Mike_Carlo
    9 years ago

    Great question and I'm glad you are checking out my top tutorials.  Here is a suggestion for incorporating multiple entries for each state.

     

    Try creating a measure such as Total = sum( 'Data from Google'[Sessions])  This will for each state total all the numbers of sessions by each state.

     

    for this paricular visual I was able to use the Shape Map.  Here is how the visual looks and the measure I created:

    Total = SUM('All Web Site Data'[Entrances])

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    That should get you closer to an acceptable solution.

    Mike