Your pbi videos are very well explained. As fast as needed and efficient. I really appreciate the work you invest in your tutorials. Keep up the good work Parker!
@BIElite3 жыл бұрын
Thank you! That’s a compliment that I really appreciate from a viewer.
@zuzanabocanski6580 Жыл бұрын
Thanks!
@exOr08087 ай бұрын
This solution has helped me many times over the years, thank you for your video. Only one small suggestion I have is to use 'Blank()' as opposed to '0' in the Switch statement. Otherwise Power BI is forced to show all possible records and not just the ones which have data.
@csrajaraman3 жыл бұрын
This is amazing. I had given up slicing by measure and created a calculated column. Thanks a lot.
@hoongary Жыл бұрын
Brilliant, thank you! I've been looking for this solution for 2 days now, I've hit a dead end with dynamic segmentation and spent a lot of time there (which was also useful but not for my scenario), when I needed this solution all along.
@TheBenLemonade2 жыл бұрын
Can't believe this is so complicated, but thanks for doing this in such a succinct and understandable way. Cheers!
@flintshire55642 жыл бұрын
Thank you so much, that's really brilliant! I'm just wondering what if it's a multi-selection scenario for the slicer, how should we modify the code for Filter Status?
@ignaciogargiulo7519 Жыл бұрын
You can change the SELECTEDVALUE() for ALLSELECTED(). But then, instead of doing CurrentSelection = "Increased Sales" && .... , you should do "Increased Sales" IN CurrentSelection && .... That should work.
@medha683 ай бұрын
@@ignaciogargiulo7519 - I tried to use allselected and IN condition, it gives me an error - A table of multiple values was supplied where a single value was expected.
@nmprofessional2 жыл бұрын
Great video and super well explained. This is the only option that works for me without killing the PBI database with countless server calls.
@rafaeldeyta68632 жыл бұрын
I tried to find it during 3 days and finally I got it. Thank so much!!!
@paulrockliffe23783 жыл бұрын
This is a great fix, a problem I'd given up trying to solve, so I'm sure it'll get a lot of use, thanks! It is the sort of thing Microsoft should be designing into Power BI though.
@BIElite3 жыл бұрын
I'd love to see that. No idea what this would take on the backend though...
@VladMZ3 жыл бұрын
Power BI is missing a number of simple features that prevents them from taking over the world. For example, in government and enterprise accounting it is important to be able to have more than one hierarchical columns (expandable/collapsible), because there are hierarchies in almost every segment of chart of accounts. Because Power BI's matrix visual doesn't allow for that, the tool is useless in a lot of very lucrative clients.
@xuhan9375 Жыл бұрын
thank you it works...It's quite simple in tableau, didn't expect to be this complicated in PBI.
@tanyacraig26723 жыл бұрын
This is brilliant, thank you so much. I've been battling with slicing by a measure very similar to this for hours ! Really clearly explained and loved the step of adding the filter column in to show how it worked.
@paulwilding3 жыл бұрын
This is such a simple yet powerful tip, thanks so much for sharing !
@BIElite3 жыл бұрын
Of course, Paul!
@BuiQuynhNhu3 жыл бұрын
It is awesome. I finished 3 of your courses from BI Elite site. I must say I miss your voice haha.
@BIElite3 жыл бұрын
Hahahah I love it
@carn99773 жыл бұрын
Good stuff bro. Helping me crush it at work !! Love the content
@faustomy2 жыл бұрын
Was looking for this solution for weeks!!! Excellent video an very well explained!!!
@kundaninetshiongolwe4549 ай бұрын
Thanks a lot ! is it possible that it can be a multi select o it's strictly single select ?
@zamvorga4 ай бұрын
It is truly helpful explanation, clear, and easy to understand . Thanks!
@AlejandroCalderon20942 жыл бұрын
How would this work if you wanted a multiple selection on a single filter? Could you pass this through the values function?
@rauljimenez54853 жыл бұрын
Simple yet very powerful!!! Thank you for sharing!
@BIElite3 жыл бұрын
No problem, Raul!
@yiyiwang8861 Жыл бұрын
This is amazing and brilliant. I need to have multi selections for my filter, but this trick doesn't work for multiselection. How can I adjust to adapt to multiselection? Thank you in advance!
@ignaciogargiulo7519 Жыл бұрын
In the Filter Status Measure, you can change the SELECTEDVALUE() function for ALLSELECTED(), but then that would return a number of rows >1. So you need also to change the logic of the SWITCH function. Instead of doing CurrentSelection = "Increased Sales " && ..... you should do: "Increased Selection" IN CurrentSelection && ....
@phonte20112 жыл бұрын
I am brazilian, thank yo so much!! God Blessyou and your family
@PallaviChauhan913 жыл бұрын
Thank you so much for clarifying this concept!
@BIElite3 жыл бұрын
No problem!
@mortenruus126 Жыл бұрын
Very well explained. I used this trick in a Supplier Dashboard to categorize my suppliers by A, B, C and D. Will the filtering also work on card visual e.g. if you want filter 'Decreased Sales' and show show '2021 sales' in the visual card?
@agustinrajan86212 жыл бұрын
How to do it on a card visual.. As here for table we can use filters but hwo about a card visual?
@vivekkp4628 Жыл бұрын
Thanks a ton ! Saved me loads of time and effort
@falutaope28009 ай бұрын
Great video and thanks for the tutorial. I currently stuck with something similar. Can I use a categorical measure to filter a numeric axis (say the y-axis of a bar chart)?
@muhammadyaseen80428 ай бұрын
This video helps a lot. I have a quite similar scenario but on selection of filter, Totals in data table are missing. Can somebody help in this?
@jdlopez1312 жыл бұрын
Is it possible to create a table of those filters you created to sum sales by those groups? In other words, sum sales and break it down by the groups from the measure
@kuttapayis57311 ай бұрын
Great! This is exactly what I have been searching for.
@buckyberg3 жыл бұрын
Finally!! Great job...thank you!
@BIElite3 жыл бұрын
No problem, Marc!
@simaocoimbra3 жыл бұрын
Excellent video and very well explained. By any chance there is a way to add the "measure_filter" to the panel to filter all pages?
@janekkaup20923 жыл бұрын
Also fits well with each monthly energy report Well explained
@waldemarvogt6610 ай бұрын
Hello, this solution is brilliant, thank you! However I have one issue, I'm not able to drop my Filter Status to Filters tab. Any advice what you be a reason for that?
@JiffyDealer2 ай бұрын
Awesome! Just what I needed!!
@erikacc57502 жыл бұрын
very enlightening!!! :) .. question ... is there a way to propagate the selection to other visuals in the same page which uses other linked queries through i.e. the customer filed ? or make the filter status=1 to all the page(s)?
@conleyyang43183 жыл бұрын
thanks for the video!! some follow-up questions. Is it possible to have this measure in the visual but without 2020 Sales and 2021 Sales. for example, I just want to see for each customer which sales category they fall in and how many orders each customer has. And on top of that, can I use that calculated measure in the first column and use it to count how many customers each category has by counting the customer id?
@furman50524 күн бұрын
I'm trying to do the same for bar chart, where Y is defined my SUM measures and X by dates. Each month on the chart has 3 bars - Sales of current year, plan of current sales and how sales in the month looked in previous year. Do you have some idea how to filter bars with slicers? I need to show every 3 bars, sometimes 2 of them and sometimes only one.
@danielsiffredi84032 жыл бұрын
excellent video, is there any way to do the same at a page level instead of visual level?
@ibrahimfares30862 жыл бұрын
Great video!
@Parulmittal-wk3mp3 жыл бұрын
Thanks a lot I was looking for such amazing tutorial 🤗
@BIElite3 жыл бұрын
No problem, Parul!
@jimitbhayani41273 жыл бұрын
Very nice way of explaining the concept, makes this look so simple. Thanks for sharing. :)
@mcnater3 жыл бұрын
Really like this method. Thanks for the vid.
@BIElite3 жыл бұрын
No problem, Nate! Thanks for the watch.
@peterredgray20083 жыл бұрын
Thanks for the video, how possible is it to do this for a measure that is generated by other measures? For example I have a measure (called Error) that returns a string based on the values of other measures that have different rules to identify errors. I want to be able to slice on the string values that is outputted from the Error measure. Following this tutorial it does not work for my scenario.
@rajkumarrajan8059 Жыл бұрын
can we implement this in Power Pivot
@mariapradeepm3 жыл бұрын
Thanks for the video, I have one quick doubt! Why can't we create a relationship between 2 tables, So automatically filter will happen instead of new measure, Rite? Please let me know!
@Pooja-pd1ee3 жыл бұрын
So I have around 50+ measures created in the report and would want to group them in some way and use that group to select the particular set of measures. Is there a way that could be achieved? Unpivoting isn't an option as all calculations are getting evaluated at report level.
@MrBodies07 Жыл бұрын
Great stuff man - Using this!
@mrdave69012 жыл бұрын
best explanation ever!
@Badmintonistahajnal3 жыл бұрын
Great video! Learned a lot by doing the steps with you. In my case I wanted to give the "Sales class" measure to a map visual (I have the coordinates) in the legend section (basically to color the customers which had Incresed sales, decreased sales and so on) but the map visual is not letting me do it ;(. Do you know the why maybe and how to fix it?
@mikej62 Жыл бұрын
How about multi select option? How would that work? I’ve only seen single select solutions. Tia!!
@justinthobela12093 жыл бұрын
Hi. This is really good thanks. I have one quick question though, I'm struggling to represent this in a Pie Chart, any tips?
@Drdry83 жыл бұрын
Very easy and alternative method 👌!!!
@BIElite3 жыл бұрын
Glad to hear!!
@ksendhil2 жыл бұрын
I found this very useful. Thanks!
@aminegatou44922 жыл бұрын
Hey, I need the same thing but filter cards using this method
@stuartsmith801 Жыл бұрын
When using a "Dropdown" slicer, how do you get it to show "all" records by default.
@emmafeng553 жыл бұрын
This is exactly what I am looking for!!! thanks heaps!!! :)
@jimmycarlin2432 жыл бұрын
This was awesome! Great content!
@SauravPTx Жыл бұрын
Thank you so much! You are amazing!!!!!
@tinaflemons2633 жыл бұрын
Is there another way to download the pbix file?
@juanodonnell8 ай бұрын
wouldn't it be simpler/easier if in the switch statement you start with all customers,1 and then generalize with currentSelection=currentClass,1 and have the same functionality? the order of the switch conditions is important?
@rossdan40983 жыл бұрын
What’s the benefit of this method over adding a calculated column to determine the class + a slicer on the calculated column
@BIElite3 жыл бұрын
That wouldn’t be dynamic based on other slicer selections or cross filtering! I was hoping to explain this properly in the intro section. Hope this helps!
@dsapraveen3 жыл бұрын
Thank You for sharing an amazing tip, I have a small query, in SWITCH case instead of multiple compare statements, can we just write below statement instead: SWITCH( TRUE(), Selection = CurrentStatus, 1, Selection = "All Customers", 1, BLANK() )
@Mrglasshalfempty2 жыл бұрын
I wanted to know the same thing!
@swebber28253 жыл бұрын
Fantastic video. Thank you!
@_RickySetiawan10 күн бұрын
TYSM. You help me a lot
@tinap.83874 ай бұрын
Omggggggggg this is the best ever , i exactly what i want to in my report.this video really help me a lot 🎉🎉🎉🎉 thx so muchhhhhhhhhhhhh
@giorgioguirreri18003 жыл бұрын
Amazing! Why It doesn't work with graph?
@shamf66243 жыл бұрын
Very helpful. Thankyou
@BIElite3 жыл бұрын
No problem Sham!
@tak03313 жыл бұрын
Wow, just tip is right on time! Thank you for sharing.
@sanjaysubair92683 жыл бұрын
Thanks. This was a life saver
@AkshayKumar-oy9uo Жыл бұрын
Can you please provide me the data for this project
@mehdihammadi61453 жыл бұрын
Simple but efficient 😁
@BIElite3 жыл бұрын
Yes, indeed :)
@katarzynalaskowska4740 Жыл бұрын
Thanks! Helped a lot.
@VladMZ3 жыл бұрын
This is really useful. Thanks!
@matiastaurizano2992 жыл бұрын
Thank you buddy!
@t4k3none2 жыл бұрын
This was great, thank you so much
@nureyna6293 жыл бұрын
Very informative. thank you so much.
@rusfinance13 жыл бұрын
Cool! Thank you)
@BIElite3 жыл бұрын
No worries, Rus!
@emilymalkin2708 ай бұрын
I am sad I can’t do it with live connection 😢
@alakmarshafin63262 жыл бұрын
LIFE SAVER
@robidadurgaan3 жыл бұрын
I believe 'ChicletSlicer' does the same thing, isn't it?
@BIElite3 жыл бұрын
No, unfortunately. There's no out of the box way to slice on a measure. You have to use DAX!
@robidadurgaan3 жыл бұрын
@@BIElite Got it, thanks
@ajitchaudhary44443 жыл бұрын
Very helpful.
@SanataniAryavrat3 жыл бұрын
Great trick 👏👏👏👍👌👌🥇
@dmitrikochubei35693 жыл бұрын
THANK YOU!!!
@sahameed3 жыл бұрын
Thats interesting 🤔
@BIElite3 жыл бұрын
Yes, I think so too 😁
@simphiwe_stb9 ай бұрын
neat
@bbubarker3 жыл бұрын
A great solution, but I find your video quality is in need of improvement
@BIElite3 жыл бұрын
Hi Butch, could you share any recommendations? I’m always trying to make the content better.
@bbubarker3 жыл бұрын
@@BIElite Not really as I don't know what causes it but your videos are very blurry to me I have a very high resolution monitor, perhaps you need to increase the resolution you are recording with.