Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to do Store Busy time Analysis

i have transaction time entered to my db whenever customer closes a deal.  how can i use the time information to analyze the busy time and busy day reports ? for example i want to know what time du...
  • lc_finance's avatar
    6 years ago

    Hi Anonymous ,

     

     

    What about the heat streams chart which you can find in the marketplace?

    In my example below I use it to chart sales count based on day and month.

     

    Regards

     

    LC

     

    Here is my visualization:

  • Anonymous's avatar
    Anonymous
    6 years ago

    Above solution is good. but after extensive search i found a better solution.

     

    We will have to use D3.js custom visual.

     

    to use the D3 i qoute from the article titled "How to render D3.js custom charts in Power BI Desktop"

    source https://www.mssqltips.com/sqlservertip/5273/how-to-render-d3js-custom-charts-in-power-bi-desktop/

     

    "One needs to know D3 programming to develop custom visualizations. In this tip, the intention is to just take the D3.js code and port it to Power BI Desktop to render the visualization. So, we will be focusing on sample D3.js code and will understand how to use this in Power BI Desktop."

     

    there's a gallery on github with D3 custom visuals https://github.com/d3/d3/wiki/Gallery

     

    from this gallery i used Day / Hour Heatmap for Tom May. here is a screenshot.

     

    check the tutorial here. https://www.mssqltips.com/sqlservertip/5273/how-to-render-d3js-custom-charts-in-power-bi-desktop/

    Thanks for supporting me

     

    d