Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Everyone
I have below table and i want to use DAX formula to calculate the age of people.
Name | DOB |
A | 10/2/1988 |
B | 2/5/1990 |
C | 0 |
D |
but for DOB data is Blank or "0", i want to display as "No Data"
is there a way to do so ? i try below code :
but it said "DAX comparison operations do not support comparing values of type Date with values of type Text. Consider using the VALUE or FORMAT function to convert one of the values."
How can i create a Age group formula to categorize 0-18, 18-35, 35-60, over 60 and "No data" group?
thanks .
Solved! Go to Solution.
@ktt777 ,
Convert the Data Type to Date/Time.
Use a Calculated Column
Hi @ktt777 ,
Create another calculated column.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
@ktt777 ,
Convert the Data Type to Date/Time.
Use a Calculated Column
Hi @ktt777 ,
Create another calculated column.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Wonderful.
thanks a lot 🙂
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |