Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Dburnett
Regular Visitor

Converting non-numerical values to numerical values

I have data coming in from Microsoft Forms which is all non-numerical. I want to create alerts in Power BI when participants select particular options. Before I can set an alert the data must be numerical. How would I go about creating a measure that would be able to do this? 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @Dburnett ,

 

We can create measure to work on the text data. Such as 

 

Measure = CALCULATE(COUNTROWS(table),FILTER(table,table[column]="text"))

And put it to card to make the alert work. If it doesn't meet your requirement, kindly share your sample data to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
Tahreem24
Super User
Super User

Hi @Dburnett ,

 

Is your requirement is to convert the number which is in Text format to Numeric format?

If so, you can use VALUE dax function which Converts a text string that represents a number to a number in numeric data type. 

 

VALUE ("5")  -->returns 5.

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
v-frfei-msft
Community Support
Community Support

Hi @Dburnett ,

 

We can create measure to work on the text data. Such as 

 

Measure = CALCULATE(COUNTROWS(table),FILTER(table,table[column]="text"))

And put it to card to make the alert work. If it doesn't meet your requirement, kindly share your sample data to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.