1st question - simple step change the number data type to text and then change the data type into date
@madhusudhanreddyt28382 ай бұрын
we can do it in DAX also using the combination of Date, LEFT, RIGHT and MID Functions..or we can use the Date.From function in the custom column
@KSRDatavizon2 ай бұрын
Thank You for Your comment, Please subscribe our channel for regular updates and it Motivates us a lot 🙏🏼
@SandipanSarkar-c8vАй бұрын
Finished watching
@KSRDatavizonАй бұрын
Thank You
@vishalgatla-i8t2 ай бұрын
For Que-2
@KSRDatavizon2 ай бұрын
Need any more information ?
@kiran81452 ай бұрын
Please create a video on how to write a Power BI resume for someone with 1-2 years of experience.
@KSRDatavizon2 ай бұрын
sure kiran, we will make a video on the same,
@Nishikant_N2 ай бұрын
Question 5, i had tried but could not have done. How you can help me?
@KSRDatavizon2 ай бұрын
could you please share us the errro pic and your querrey in Detailed
@kancharanarajendra61852 ай бұрын
How how many years experience these questions are for..
@KSRDatavizon2 ай бұрын
it helps for 3-5 years experiance people.
@Sureshsahu-o9lАй бұрын
These questions are typically asked for candidates with how many years of experience
@KSRDatavizonАй бұрын
3-5 years experienced people
@harikk-en1cd2 ай бұрын
Where is round 1?
@KSRDatavizon2 ай бұрын
kzbin.info/www/bejne/lXWzinahis6prK8
@OneNI832 ай бұрын
Question No 5 ,it should be ALLSELECTED not ALL
@KSRDatavizon2 ай бұрын
Thank You, Please subscribe our channel for regular updates. this video was made by one of our student who cracked the interview, sorry if any mistakes as she was new for making sessions. our intension just to share her experiance with us. hope you cna understand
@amala-d1f2 ай бұрын
Yes u are right, we can use ALLSELECTED if we are using slicers but in Question 5 I have not used the slicer so we can use ALL DAX as well. Thank you
@madhusudhanreddyt28382 ай бұрын
yes it should be ALLSELECTED to work perfectly..
@namangarg7023Ай бұрын
This is for freshers only..also most of the optimisation of queries can be done in SQL only... For two fact tables u can select required columns from two different tables and then union all. Select distinct customerid from table1 Union all Select distinct customerid from table2
@KSRDatavizonАй бұрын
Optimizing SQL Queries for Freshers: A Quick Tip! When working with two fact tables, remember that most of your query optimization can be done directly within SQL. 💡 Here’s a simple tip: If you need to retrieve distinct customer IDs from two different tables, you can select the required columns from both tables and use the UNION ALL operation to combine the results.