- Dax Function In Power Bi In 1 Create A New Column Incomestatus In Dimcustomer With The Conditions Ce1 Powerbi Dax You 1 (60.48 KiB) Viewed 15 times
DAX function in Power BI in 1) Create a new column IncomeStatus in DimCustomer ✓With the conditions: CE1-PowerBI-DAX-You
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
DAX function in Power BI in 1) Create a new column IncomeStatus in DimCustomer ✓With the conditions: CE1-PowerBI-DAX-You
Company") and YearlyIncome >= 118080, IncomeStatus="Upper-class"
DAX function in Power BI in 1) Create a new column IncomeStatus in DimCustomer ✓With the conditions: CE1-PowerBI-DAX-YourLastName-YourFirstName.pbix • If CustomerType="Person" and YearlyIncome <39560, IncomeStatus="Lower-class" • If CustomerType="Person" IncomeStatus="Middle-class" and YearlyIncome >= 39560 and YearlyIncome < 118080, • If CustomerType="Person" • Else, IncomeStatus="N/A" (the CustomerType="