Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everyone,
So I have a problem with my dash and I don't know if there's actually a solution; I want to retrieve the selected values of a slicer and use those values inside a calculated column, so far everything I tried doesn't seem to work. To put you in context, I'm trying to see all the tasks that passed from a "Status 1" to "Status 2" in a table, i've created a column called Transition status :
I'm actually looking to select all the Tasks that their Status passed from a "Status 1" to "Status 2". If I replace "&&" with "OR", I will have both tasks that are "Status 1" and never had a "Status 2" and also tasks with "Status 2" but never were "Status 1".
The tutorial you gave me doesn't respond to what I need, I'll explain better :
I want to be able to retrieve the values of CurrentStatus and NextStatus dynamically; meaning I want to select the CurrentStatus and NextStatus from a slicer (or maybe from something else if that was possibe).
If on a slicer I select "Status 4" and "Status 5" for example, i want the values selected to be placed inside the formula I posted in the last block. so we'll have :
I hope the problem is very clear now.
Thank you in advance.
@Anonymous , it should be or not end
IF(
CurrentStatus ="Status 1" || NextStatus ="Status 2",
"Status 1 to 2",
"Other"
)
and can be there at a level
example
And for Selected Values, All selected values are present: https://youtu.be/X5T4rIZovHk
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
67 | |
51 | |
39 | |
26 |
User | Count |
---|---|
87 | |
55 | |
45 | |
42 | |
36 |