⬇ Download the file - goodly.co.in/3-awesome-slicer-tricks-power-bi 📌Also, check out my awesome courses on DAX & Data Modeling - goodly.co.in/learn-dax-powerbi/
@Lyriks_8 ай бұрын
IMO Chandeep is one of the few excel professionnal that is really fluent in DAX, M and excel language.. MVP in the making 🚀
@karanvirsingh73893 ай бұрын
Bro i started from scratch and due to financial issues i could not learn from any online paid courses or offline institutions…but your videos have bought a new hope to my life. Truely an inspiration you are . Love you paaji ❤️
@TheKuruamparambatta8 ай бұрын
Loved the hierarchical measure..... Will definitely use that in grouping the measures in future projects 👍🙏
@namangarg70234 ай бұрын
Second solution was very good to know in an easy manner..first was done in recent project of mine..tks goodly ji
@IvanCortinas_ES8 ай бұрын
Tremendous tutorial. Very good. Thanks Chandeep.
@AnilKumar-vi8oe8 ай бұрын
You are a absolute master man, awesome as always
@chrism90378 ай бұрын
So awesome, thanks Chandeep!
@mishymoo348 ай бұрын
Awesome! Will be looking for ways to apply these tricks!
@Rajkumar-kj1vx8 ай бұрын
Thanks for the video, learnt something new as always. like the first trick, how max date wrt refresh date can be shown in the slicer if the slicer is of type "BETWEEN"?
@ExcelWithChris8 ай бұрын
You just never stop to amaze me!!!
@brightonalbert32378 ай бұрын
You always have what I am looking for, what if I am looking for the previous quarters data as default. So how do I go about that.
@Arkronis808 ай бұрын
The hierarchical method to switch on messures is absolutely game changing for what i am working on right now. Cant wait to implement it :)
@akshaymagre52618 ай бұрын
Mind Blowing Chandeep. . Awesome mann 🤩
@GoodlyChandeep8 ай бұрын
Thanks Akshay :)
@samirmurali68086 ай бұрын
I am addicted to all your videos, your method of presentation and the content is like " too good". Vahe Guru
@kuldippandey96724 ай бұрын
@goodly how can we sort the values in slicer - custom order
@emmanuelapalowo57448 ай бұрын
The first trick is a game-changer for me. I had to get a custom slicer to be able to achieve having the current month selected on my date slicer in my previous dashboards
@rauljimenez54858 ай бұрын
Thank you very much for always sharing your knowledge. There is an issue with the highlighting. When there is nothing chosen in the disconnected slicer all the rows will get highlighted. To get arround that you can add another condition to the if => IF ( countrows >= 1 & ISFILTERED ('Product Disconnected'[Product]),.... The ISFILTERED only lets the condition be true if there is something chosen in the slicer.
@GoodlyChandeep8 ай бұрын
Thanks for improvising
@ПавелГорюнов-п3в8 ай бұрын
Awersome. It's really nice tutorial. It's helped my today on my work )
@MalinaC8 ай бұрын
Awesome 🤩! Thank you for the video!
@mirrrvelll51648 ай бұрын
Great tricks!
@learnexcelwithfun47168 ай бұрын
Love you Bro, You are just awesome ❤
@megabuilds30078 ай бұрын
Awesome tricks. Thank you.
@mohdzohairrizvi43777 ай бұрын
can we not use edit interaction to highlight the bars by selecting the unique dimension value and highlighting the fact values in the fact table ?
@laurentmarc19288 ай бұрын
Great videos, as always !-) Happy to see that I'm using constantly the tricks 1 and 3, and knew a bit the trick 2 also. At the end many things from videos stay in my head 🙂
@gennarocimmino8 ай бұрын
a big, big, big THANKS for shared tutorial :)
@kwanhangcheung6918 ай бұрын
Hi, it is very nice n very good video. Thx very much
@hariprasad2898 ай бұрын
Thank you for sharing amazing trick. Will the slicer default selection work dynamically only when we write text as "Green color check box followed Current Month text" or can we put any text in the condition? because same type of scenario I tried to implement by inserting same conditional columns and default text. But finally I couldn't make it possible with this approach and had to go with bookmarks. Kindly confirm and suggest.
@rasiksawant74918 ай бұрын
Awesome video sir
@pawewrona97494 ай бұрын
I know it's a demo focusing on different things but passing entire table as an argument for FILTER function is making me answer ton of questions on the report performance.
@raymondmcgaw44788 ай бұрын
Awesome video, I have done something similar with the current month, by creating offset columns in my calendar (month, week, day, etc.) and another column that says if Month Offset = 0, then "Current" (
@martyc56748 ай бұрын
So good 🎉
@josealvesferreira16837 ай бұрын
Very good
@denxx61268 ай бұрын
Thx… 2. tip I will use
@pondyanand8 ай бұрын
you are amazing !.
@LilLinh8 ай бұрын
very interesting 🤩🤩
@bulbulahmed30988 ай бұрын
Great.
@rahulwankhede82287 ай бұрын
Is there any way that report should have 3 yrs of data but while opening the reports it only shows the 3 months of data but when we use slicer(year) that should also work ?
@pthapa558 ай бұрын
These are awesome tricks, thanks for bringing it together. However, I came across one issue when highlighting the rows from slicer selections. Problem is when rows are selected they get highlighted including multiple selections; however when nothing is selected in slicer, it acts like all is selected and highlights everything, which I don't want. If nothing is selected in slicer, it should not highlight anything. How can I do it? Thank you.
@crownambassador18 ай бұрын
IF( ISBLANK([SlicerSelection]), // Check if no slicer selection is made BLANK(), // Return blank if no selection // Your original highlighting logic here if a selection is made )
@pthapa558 ай бұрын
@@crownambassador1 Thank you for your reply however I didn't understand how to do it. Here is my code; Highlight rows selected = var check= COUNTROWS( FILTER('Dashboard Dataset', SELECTEDVALUE(Locations[Location]) IN VALUES('Locations disconnected'[Location]) )) RETURN IF(check >=1,"yellow") So, where do I check if isblank(), can you please provide the full code on to this. Thank you again.
@crownambassador18 ай бұрын
@@pthapa55 check >=1 and blank . Two check conditions , try that
@RumiAnalytics20248 ай бұрын
Guru Bosss
@suchandabhattacharjee83568 ай бұрын
👌 ❤❤
@unnikrishnansanthosh8 ай бұрын
whiz kid, thank you for sharing
@meriamhaq1236 ай бұрын
Whats a dax for colour just "orange" cant work
@anz6728 ай бұрын
❤
@datareggibi8 ай бұрын
Very good. Thanks for share Chandeep
@snjpverma8 ай бұрын
Cartoon jaise mu kyu banaya ho bhai? Subscribers dar ke bhaag jayenge.