Forum Discussion
How to do Store Busy time Analysis
- 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:
- Anonymous6 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
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: