Decision Tree has been considered as one of the most powerful and popular data mining tools for classification and prediction. In brief, a decision tree is a type of supervised machine learning…
Tag: Data Analytics
What is Power BI
Microsoft Power BI is a business intelligence (BI) platform provided by Microsoft for analyzing and visualizing raw data to present actionable information. In February 2019, Gartner confirmed Microsoft as Leader in the…
Power BI Day of the Week Name using DAX
Day of Week Name In order to get the Day of Week Name from this date, which is Monday, Tuesday, Wednesday, etc. We can use the FORMAT function as below: Day of Week Name…
Power bi combine different column from DAX
Power bi combine different column from DAX Here we will see how to combines different columns using DAX using Power BI. I will combine two-column that is Customer ID and Customer Name using DAX from…