Forum Discussion
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?
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.
2 Replies
- v-frfei-msft
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.