March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
i want to create a measure, that i want to use as filter, to filter values for specific values of a column.
I want something like this
How can i reach this? Thank you
Solved! Go to Solution.
Hi, @Anonymous
Thanks for Gayatri_D05 reply. On my test, it works fine normally. You can try the following measure.
FilterCamp all = IF(
OR(
SELECTEDVALUE(M_Agg[CodZef]) = "2024",
SELECTEDVALUE(M_Agg[CodZef]) = "FFR"
),
1,
0
)
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi, @Anonymous
Thanks for Gayatri_D05 reply. On my test, it works fine normally. You can try the following measure.
FilterCamp all = IF(
OR(
SELECTEDVALUE(M_Agg[CodZef]) = "2024",
SELECTEDVALUE(M_Agg[CodZef]) = "FFR"
),
1,
0
)
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
slicer dowsn't work, i want to use measure as filter, on filter area
Hi @Anonymous , On what condition are you planning to select the values from the column ?
I think you can just use the slicer and whatever you select in the slicer would show you in the table with the values
If your requirement is solved, please make THIS ANSWER as SOLUTION and help other users find the solution quickly. Please hit the LIKE button if this comment helps you. 😊
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
37 | |
22 | |
20 | |
10 | |
9 |
User | Count |
---|---|
60 | |
56 | |
22 | |
14 | |
12 |