Mr. Ferrari, thank you sir. I wish I had found this video 40 minutes ago but very glad nonetheless. So clean and simple! Tried other methods/videos to no avail.
@rrestituti2 жыл бұрын
Mr. Ferrari, you are a Master Jedi of PBI. I have no words to thank you.
@Bharath_PBI4 жыл бұрын
Thank you for providing optimisation tips. First thing came to my mind when I saw sync slicers title is that the feature available to sync slicers across multiple report pages. Yes this is also syncing slicers data with user selection 👍👍
@christophelozano15744 жыл бұрын
I bought your 2 books about DAX with Power BI, but these video are complementary and very helpfull! thanks again, great to have you in the BI community :) you the best Alberto!!!!
@jimayas3 жыл бұрын
Hands down, you & Marco are the best channel for PBI period
@ajit555db4 жыл бұрын
Very useful modeling technique in financial modeling where based on account selection, show only relevant departments which contain data.
@assaparan221410 ай бұрын
Alberto Ferrari , thank you very much for this yet another high quality instruction and training video !!!
@mostafafaghih40653 жыл бұрын
I Love You .. this video and another one "BiDirection and Ambiguity" enabled our project to continue its path .. many many thanks
@BernatAgulloRosello4 жыл бұрын
I thought you we're reposting videos as every other KZbin channel. Then I remembered you only post top quality stuff! I am using measures in filters to find the ids responsible for blank rows in my model. Very useful indeed!
@troyprill53064 жыл бұрын
This puts great definition and structure around measures as filters for slicers.
@po9mn4 жыл бұрын
I would have been happy to get this video as a birthday present. Wow. Maybe you could include this EXTREMELY valuable technique somewhere amongst your DAX patterns, because it's such a common problem.
@SQLBI4 жыл бұрын
The patterns we published are about DAX, this is a Power BI technique. Even though Power BI is the main product using DAX these days, it is not the only one!
@coldnlonely3 жыл бұрын
Amazing videos! Thank you so much for all the helpful content.
@abhijeetghosh27 Жыл бұрын
WoW.. This is great trick .. Loved it ♥.. Thank you @Alberto and @SQLBI 😊
@tugcehzal98543 жыл бұрын
Thank you very much for the video Alberto!
@adithyavk48206 ай бұрын
Amazing content. I have a doubt here. What if select a color and then try to change the Name. What will happen to the selected color value? Say the present name does not purchase that particular color. Thank you!
@barryjohnson89153 жыл бұрын
As always Alberto, brilliant
@hasyimahrazi9289 Жыл бұрын
Hai Alberto! Thank you for the video. I was wondering if i have a week slicer. We update data by daily basis. When we update the file and refresh in the web.. the slicer is not picking the update week. Is there any video from SQL BI or anywhere i can look for this solution? Thank you in advance.
@happyvinod33204 жыл бұрын
Really your concepts are very helpful in work👍
@ghazibensliman29144 жыл бұрын
Thank you Alberto; that's extremeley useful!
@NarendraSunku4 жыл бұрын
This is very informative, Sir.
@AHMEDALDAFAAE12 жыл бұрын
Thank you for this and other great videos. I have a question. What is Slicers = Filter({1}, False)? I use EmptyTable = just to create an empty table. Thank you in advance
@pritishah60353 жыл бұрын
Thank you 👍🏻 Perfect Dax to cross function two slicers
@khardu4 жыл бұрын
Thank you Alberto for another great video! Can I ask the make and model of your keyboard you are using in the videos?
@albertoferrari68934 жыл бұрын
Sure. It's a WASD V3 keyboard. They let you choose keycap colors, and I came out with that choice :)
@callummcnamara60173 жыл бұрын
Is there any reason this wouldn't work? I have tried both methods and still my slicer contains options that return an empty table! They just won't disappear. Can page filters override this? Am I missing something? My report is not user friendly because of this and is driving me crazy
@SQLBI3 жыл бұрын
It might depend on the measures or on filter propagation between visuals. Try on an empty report adding one element at a time, use the sample you can download from the article and try to isolate what is causing the issue.
@smartdata6784 жыл бұрын
Ciao Friend! I love your videos. Grazie mille!
@devanshjuneja80823 жыл бұрын
Sir, I am facing an issue this case. What if I had selected one of the items from my second slicer and then change my option from the first slicer? The selection from my second slicer does not go away unless I deselect it myself... Please suggest.
@irenadikova40446 ай бұрын
Did you find a solution to this problem? I have the same issue.
@totvabe14 жыл бұрын
Thanks for the clear explanation.
@BernardoNunes72 жыл бұрын
Dears Once I publish and share a report in my a workspace with other team members, I get very often their slider selection when I go in the report. Is there a way to make sure all slicer are back to original selection when we close the report? Many thanks
@michealreynolds74984 жыл бұрын
Alberto, thanks for this explanation. Is there a way to do the same type of slicer filtering but in Excel (not Power BI)? [I had a chance to meet you last year at Kansas City PASSSQL conference].
@albertoferrari68934 жыл бұрын
If I don't recall wrong, Excel does it automatically (even though, last time I tried, it was terribly slow if you left the feature enabled).
@sabrinalimage1663 жыл бұрын
Great video! would this measure still work if used slicer sync? I noticed when using slicer sync, if make a selection in slicer 1, it will make the selection in slicer 2, but it is no longer filtered to show the available options. All options remain.
@SQLBI3 жыл бұрын
You should apply the measure filter to each slicer.
@sabrinalimage1663 жыл бұрын
@@SQLBI thanks! I will give that a try!
@utubayisi3 жыл бұрын
great as usual thx. my question: is there somehow a way to convert this approach into syncing slicers with "and logic" ?
@MijalisMendiz4 жыл бұрын
Great videos, both this and the previous one, I just have one question. In the case of a Filter in the Filter Panel, this solution is possible or I'll be forced to use bidirectional relationships? In my case, I have RLS by brand, on a multi-brand solution, so a brand should only see the products that belong to them. If I don't use bidirectional relationships between the Sales and product tables, the Product filter in the Filter Panel will show all the products from all brands instead of showing only the products with sales. Hope I explain myself clearly, and thanks for all the videos you've made. Best regards, Mijalis
@SQLBI4 жыл бұрын
If you use a bidirectional filter in RLS that propagates to products with a M2M *without* passing through the fact table, it works well. If you enable RLS with the bidirectional filter going through the fact table, it works the same (using the method described) because the security is applied *before* anything else. Security is guaranteed to work. But the price to pay is high. Every query is much slower because of this security design. Try to filter the Products without having to use the fact table as an intermediate table to obtain the result you want.
@jonathanFN044 жыл бұрын
Thanks for the video. Could you say in which situations it is proper to use bi directional filters?? Please put one similar but to filter tooltips. Im trying to filter one table (Calendar) that works as a tooltip through another fact table (Sales). The only way that I have found to do it until now is by a bi directional filter from one table that connects both. Thanks
@SQLBI4 жыл бұрын
Where you can use a measure filter, it's safer. Bidirectional filters should be enabled just in measures that really need it, and enabled in the model in particular cases (dynamic security patterns, many-to-many relationships). See this article for more details: www.sqlbi.com/articles/relationships-in-power-bi-and-tabular-models/
@avatorl_in_a_hammock3 жыл бұрын
Thank you Alberto! Do you know if there is any specific reason for why Booleans don't work in the visual level filters? Or is it just not implemented yet by Microsoft for no obvious reason?
@mahyartalehfirooz89464 жыл бұрын
Thanks, This video is very useful for me
@tugcehzal98543 жыл бұрын
How we can do the same filtering for card charts? I tried but it didn't work
@supersayan98882 жыл бұрын
Next. Level. Period.
@supersayan98882 жыл бұрын
What if you want to sync the category between the chart and the slicer. That measure wont work, because it filters trough the same column, therefore its always isempty is always false.
@KundanKSingh14 жыл бұрын
Very Informative video!
@lofitocode4 жыл бұрын
When I have two fact tables, can I do the following to check both? Slicer = INT (OR (NOT ISEMPTY ('fact1'); NOT ISEMPTY (fact2))) Thank you very much for sharing information.
@SQLBI4 жыл бұрын
Yes - you can also write: NOT ( ISEMPTY ( fact1 ) && ISEMPTY ( fact2 ) ... ) which is just easier to expand if you add other fact tables.
@scramiro14 жыл бұрын
Did I say it yet? I love this!
@marlonhalliday32742 жыл бұрын
Thanks Alberto - Can you put a measure into a slicer, say GP% on product sales and filter GP%
@bimalpatel77583 жыл бұрын
Can you pls let me know why slider and slicer not working togather
@ragnareiriksson47694 жыл бұрын
Ciao Alberto. A tiny detail, but it's bugging me. So when I copied your method for creating an empty table, Slicers = FILTER ( { 1 }, FALSE ), I wound up with a column called "Value" and no obvious way of deleting it. This "Value" column is not in your table so what am I missing please? I love the idea of not cluttering things up further in Power Query by using "Enter Data".
@SQLBI4 жыл бұрын
Actually... it is there, just hidden. I don't think it is possible to create a table without columns at all... I can feel your pain, it hurts. But it is what it is :)
@concert_music4 жыл бұрын
Does anyone have a link to the previous video?
@SQLBI4 жыл бұрын
Thanks for reporting - we just updated the description including a link. Here is the same link for your convenience: kzbin.info/www/bejne/rmTQaKSwqLt9p7M
@peterbogdanovich40434 жыл бұрын
You go Alberto!
@AlessandroCadenelli4 жыл бұрын
Ho visto qualche mese fa la medesima soluzione su un sito, dopo mesi di arrovellamento... Come se avessi visto un'apparizione.
@prasadk50822 жыл бұрын
Awesome 👍
@joseantoniolopezmesa68073 жыл бұрын
Thanks
@scramiro14 жыл бұрын
Nice one!
@aspacsa13 жыл бұрын
Thanks a lot!!!!
@jasonwoodward55014 жыл бұрын
Thanks.
@amirulaizuddin54004 жыл бұрын
Nice ideaa
@NirRobinson4 жыл бұрын
10xxx
@prarabdhachaturvedi890310 ай бұрын
It's helping but when i remove the selected value from first slicer, all values are not coming in the other slicer. Any help would really be appreciated @sqlbi @alberto