Forum Discussion

Océane's avatar
Océane
Frequent Visitor
8 years ago
Solved

Matricial dot plot

Hi,   I was wondering if it is possible to create a sort of matricial dot plot (I'm not even sure than means something ;) )   Concretely, I have persons who send messages at certain hours. I woul...
  • alexei7's avatar
    alexei7
    8 years ago

    Hi Océane,

     

    Yep I've this working for me.

     

    Firstly create a measure - please change "Table1" to whatever your table is called:

     

    Measure = if(COUNTROWS(Table1)>0,"X","") 

    Now in Power BI select the "Matrix" visualisation.

    Put "Creation_Hour" as the row, "Posting_Author" as the column and the new measure as your "Values".

     

    Hope that helps,

    Alex