Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have the follwoing column containing Yes, No, Maybe and numbers from 0 to 100:
Column1
Yes
No
3
Maybe
4
Yes
100
I am insterested in filtering the Yes, No and the numbers.
I tried to create a variable for numbers between 0 and 100 but that seems to be tricky. I can also write down number from 0 to 100 in the filter but there must be an easier way.
Solved! Go to Solution.
Hi @Anonymous
Where do you want to filter the column? If you want to filter it in a visual or in DAX expressions, you can try @ddpl 's solution to create a calculated column. Use that calculated column to filter the object you want to filter.
If that's not what you want, can you describe the expected result with some sample data to help us understand it better?
Best Regards,
Community Support Team _ Jing
@Anonymous , Try split by digit and nondigit, if that can help
Split Column By Digit to Non Digit & Non Digit to Digit: https://youtu.be/tY4Yk1crS9s
https://goodly.co.in/separate-numbers-from-text-excel-powerquery/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
55 | |
38 | |
31 |
User | Count |
---|---|
71 | |
65 | |
60 | |
50 | |
45 |