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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hey All!
I have a table where each column should be filtered differently
For example
column A will get the following filter: working, Forecast, 5 sites
column B will get the following filter: Ready, Forecast, 10 sites
Which DAX can I use?
Is there another better option than DAX?
I would appreciate your assistance!
@netanel
Since you are trying filter on the same table but different columns, the records that get satisfied by filter will be returned. Please check the example below:
CALCULATETABLE (
'Product',
'Product'[Color] IN {"Blue","Purple"},
'Product'[Brand] IN {"Contoso","Fabricam"}
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hey @Fowmy
Is it possible to make another DIM on the same Measure?
@netanel
Sorry, could you expalin with some data along with the expected results to better understand your question ?
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Yes, sorry it really is not understood enough
Attach a picture that will explain more
In the picture I have a table of PNL
The table has two columns
In each column I have different filters from a different DIM
So if product is DIM 1 then I have more filters from DIM 2 and DIM 3
Link to file: https://1drv.ms/f/s!AonyYI-TdspHgltwngZ6OKvpnSsc
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 81 | |
| 73 | |
| 46 | |
| 35 |