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.
Hey,
I am having issues getting the correct filter command right..Here is what I am trying to do
Say we have the Table "Orders" and in that table is a SubStatus Field that has 5 values
So it would be 'Orders'[SubStatus]
The SubStatus values are
1
2
3
4
5
So I need a new column for Orders pulling from SubStatus that only shows the SubStatus 1,2,3 in that column
So in table form here is how it would look
Filter SubStatus Column
Orders 1
3
2
1 etc. (only filtering out 1 , 2 , 3 and leaving out the 4, 5)
Let me know if any more information is needed
Thanks,
Solved! Go to Solution.
Hi @thomas_coltrain,
You can set a filter on the visual subcolumn fields to exclude the value that is larger than 4.
Regards,
Xiaoxin Sheng
Hi @thomas_coltrain,
You can set a filter on the visual subcolumn fields to exclude the value that is larger than 4.
Regards,
Xiaoxin Sheng
Do you want to use the filtered data in a measure? Because you talk of column, I don't really get it.
Anyway, in a measure the filter would be
YourMeasure =
CALCULATE(yourLogic, FILTER(Orders, Orders[SubStatus] < 4))
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 |
---|---|
12 | |
9 | |
9 | |
6 | |
5 |
User | Count |
---|---|
17 | |
14 | |
10 | |
9 | |
8 |