Тёмный

📈Scenario Based POWER BI Interview Q & A Asked at #accenture - [ 2024 ] 

Подписаться
Просмотров 2,7 тыс.
% 62

powerbi #powerbi_training #powerbi_interview_Question
#scenario_based_PowerBI_Interview_Q&A #deloitte #tcs #milestonecreator #capgemini #cognizant #wipro #cgi #agoda #accenture
Hey, Everyone Welcome back to our Channel "Milestone Creator". In this video, I will share with you one Most Important Scenario-based Power BI interview questions that has been asked in the Power BI interview process of #accenture .
✅QUESTION:-
Scenario: How to Add a Date Column with DATE Data type along with another column having Number data type in Power Query Editor of Power BI?
✅Answer:-
1. Change Data type of the date column from date to whole number.
2. Add that changed data type column with Numeric value/ column having numeric value.
3. At the end change the data type from whole number to Date data type.
4. And got the result.
✅Data Set Used :
docs.google.com/spreadsheets/d/1spA_EY5QJiPkxapaSG6O2hs5reZoamk6/edit?usp=sharing&ouid=109448189671257519659&rtpof=true&sd=true
✅PBIX File : drive.google.com/file/d/1D7E6XtIjIXxaxVMpuzXeWZZQqXoZfjLw/view?usp=sharing
❓ Your Queries ❓:
power bi interview questions
power bi interview questions and answers
power bi interview
power bi interview questions for experienced professionals
power bi interview questions for freshers
deloitte power bi interview questions
power bi scenario based interview questions
power bi service interview questions
scenario based power bi interview questions
power bi practice scenarios
power bi real time scenarios
shashank singh power bi
power bi scenario based questions
sql and power bi interview questions
capgemini power bi interview questions
accenture power bi interview questions
power bi managerial round interview questions
how to explain project in power bi interview
power bi roadmap
power bi jobs for freshers
power bi project explanation in interview
power bi resume for freshers
power bi fresher jobs
power bi resume
power bi developer resume
power bi resume for 2 years experience india
power bi developer resume for experienced
------------------------------------------------------------------------------
✅ Additional resources
------------------------------------------------------------------------------
🔥Scenario based Power BI Interview Q & A Playlists Link:-studio.ru-vid.comPLh37Rqjfrjhg79A14FohyjRjxw4RQGap1/edit#deloitte
📊TOP 10 Scenario Based POWER BI Interview Q And A🔥:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3rSsi73gB_k.html
#tcs 📊TOP 10 Scenario Based #powerbi Interview Q And A🔥[ For Freshers/Experienced Candidate ]:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fqOFiNneBYc.html
📊 Complete Power Bi interview Q & A For Freshers - [ Latest 2023 ]:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-g0ZbMqjvjyI.html
DAX Interview Questions and Answers - POWER BI [ Part - 1 ]🔥:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-UcNgElJqnCs.html
DAX Interview Questions and Answers - POWER BI [ Part - 2 ]🔥:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xB9y0xgouww.html
Super 30 DAX Interview Question & Answer - POWER BI🔥:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Jw11205OjVo.html
Introduction To DAX:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NYBECUjRoNc.html
How To Update Your Power Bi Desktop To Latest Version || [👉In 2023 ]:- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-F3K9IrgNCuE.html
What Is DAX - Power Bi ? 📊Complete Introduction🔥:-
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-9xs1BMg4o-E.html
🔔 Subscribe to my RU-vid channel:-
ru-vid.com/show-UCWfz...
Social Media Link
--------------------------------
LinkedIn:- www.linkedin.com/in/deepan-kumar-patel-777591202
Facebook:- dipan.patel.94402?mibextid=2JQ9oc

Опубликовано:

 

6 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@krishnakantapanda6835
@krishnakantapanda6835 6 месяцев назад
More efficient way to achieve the same output would be.. Due date= Dateadd( Status[last modified date], 30, Day )
@madhusudhanreddyt2838
@madhusudhanreddyt2838 2 месяца назад
Hi... I really don't understand how you have made such a simple question really confused and little lengthy.. if you want to add Due Date column which is going to be 30 days ahead of the last modified date, you can use the DateAdd function =DateAdd(Status[Last Modified Date], 30, Day) if you want to implement the same functionality in power query editor, you can use the power query mscript add custom column and write the below code =Date.AddDays([Last Modification Date], 30)