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

preview_player
Показать описание
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 :

❓ 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
------------------------------------------------------------------------------

📊TOP 10 Scenario Based POWER BI Interview Q And A🔥:-

#tcs 📊TOP 10 Scenario Based #powerbi Interview Q And A🔥[ For Freshers/Experienced Candidate ]:-

📊 Complete Power Bi interview Q & A For Freshers - [ Latest 2023 ]:-

DAX Interview Questions and Answers - POWER BI [ Part - 1 ]🔥:-

DAX Interview Questions and Answers - POWER BI [ Part - 2 ]🔥:-

Super 30 DAX Interview Question & Answer - POWER BI🔥:-

Introduction To DAX:-

What Is DAX - Power Bi ? 📊Complete Introduction🔥:-

🔔 Subscribe to my YouTube channel:-

Social Media Link
--------------------------------
Рекомендации по теме
Комментарии
Автор

More efficient way to achieve the same output would be..

Due date=
Dateadd( Status[last modified date],
30,
Day
)

krishnakantapanda
Автор

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)

madhusudhanreddyt