Perform analytics in Power BI
Statistical Function
Power BI Desktop has a number of DAX functions that we can use to get quick statistics based on your data. You can access these quick functions by right-clicking the Values field in the Visualizations pane, as showing in the following image
Histogram
Histograms and bell curves are the most common way to display statistics about our datasets. In Power BI terms, we can represent a histogram with one of the bar or column chart visuals and represent a bell curve with an area chart visual, as showing in the following image.
Identify outliers with Power BI visuals
The scatter chart, we'll be able to identify the outliers in our data. We can then investigate the reasons for their existence and take corrective action.
Create group
To create the group, We can use Ctrl + click to select the data points on the visual that we want to group. In this case, it's states with sales greater than 500,000 dollars. Right-click one of those selected data points and then select the Group data option.
Conclusion
In this blog I have explained how get statistical summary without using dax, how to create histogram, how to create group and how find outliers.

Comments
Post a Comment