Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
This has got to be simple but I just can't see it.
Can anyone tell me why I get that error?
I am trying to create a new column and just want the number of the location of the search text in the new column. The new column has a data atype of Whole Number. My real requirement is to do this search against another column but that was failing so thought I'll just prove this function does work as expected so put in the actual text I want to search, negating any data type issues of the column I want to use.
Solved! Go to Solution.
@SteveCarter1 , the Third argument can be min 1. DAX we do not have index 0. so leave it blank or start from 1 or more
@SteveCarter1 , the Third argument can be min 1. DAX we do not have index 0. so leave it blank or start from 1 or more
Thanks Amit! I knew it had to be simple
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
18 | |
11 | |
7 | |
5 |