Trending questions in Edureka Community

0 votes
1 answer

How do you resolve issues when using DAX variables (VAR) that cause unexpected results in measures?

When it comes to the measures involving ...READ MORE

Oct 30 in Power BI by pooja
• 9,430 points
80 views
+1 vote
1 answer

Where to find my PL-300 certificate?

Once you have passed the PL-300 certification ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
92 views
0 votes
1 answer

What is the difference between service endpoint and private end point?

When using Azure, you'll often see service ...READ MORE

Oct 30 in Azure by Mahii
138 views
+1 vote
1 answer

How to enable vertical scroll bar on David Bacci's Deneb Gantt Chart?

Suppose you're using the Deneb Gantt Chart ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
100 views
0 votes
1 answer

How do you integrate reinforcement learning with generative AI models like GPT?

First lets discuss what is Reinforcement Learning?: In ...READ MORE

Nov 5 in Generative AI by evanjilin

edited Nov 8 by Ashutosh 138 views
0 votes
1 answer

How do you apply a hover effect to an element using CSS?

Applying a hover effect in CSS allows you to ...READ MORE

Oct 29 in Web Development by kavya
119 views
0 votes
1 answer

What’s the best way to debug a DAX measure that’s producing incorrect results in visualizations?

In Power BI, if the results of ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
115 views
0 votes
1 answer

What does the command git stash do?

Sometimes you want to switch the branches, ...READ MORE

Oct 29 in Web Development by kavya
117 views
0 votes
1 answer

What does ARN stand for in AWS?

Basically, ARN in AWS stands for Amazon ...READ MORE

Nov 5 in AWS by anonymous
67 views
0 votes
1 answer

How do you use media queries in CSS?

In CSS, a media query is used ...READ MORE

Oct 29 in Web Development by kavya
114 views
0 votes
1 answer

How to Auto Login Power BI HTML Static Application?

Can I use the Power BI JavaScript ...READ MORE

Oct 30 in Power BI by pooja
• 9,430 points
72 views
0 votes
1 answer

What are the key challenges when building a multi-modal generative AI model?

Key challenges when building a Multi-Model Generative ...READ MORE

Nov 5 in Generative AI by raghu

edited Nov 8 by Ashutosh 127 views
0 votes
1 answer

How do you write DAX expressions that work well with disconnected tables and slicers?

Certain techniques can be useful in writing ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
105 views
0 votes
1 answer

What is Azure Data Lake storage Gen2?

Azure Data Lake Storage Gen2 is a ...READ MORE

Oct 30 in Azure by Raani
120 views
0 votes
0 answers

How do you resolve memory or performance issues when running large Power BI reports with heavy DAX calculations?

How do you resolve memory or performance ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
104 views
0 votes
0 answers

How to get Google Cloud certification?

I have chosen Google Cloud as your ...READ MORE

Oct 30 in GCP by Priyanka
• 4,500 points
77 views
+1 vote
1 answer

How to perform aggregate and add in power bi table?

In Power BI, solutions for measures such ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
76 views
0 votes
0 answers

How do you handle data type mismatches or conversion errors in Power Query when merging or appending tables?

How do you handle data type mismatches ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
96 views
0 votes
1 answer

How to know Angular CLI version?

To know the Angular CLI version , ...READ MORE

Oct 28 in Web Development by kavya
128 views
0 votes
1 answer

How do you manage and optimize Power Query M code for transforming large datasets?

The following strategies can be implemented in ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
86 views
0 votes
1 answer

How can I create a custom error handler for Express.js?

Step 1: Create the Error Handler Middleware // ...READ MORE

Oct 28 in Web Development by kavya
131 views
0 votes
0 answers

How to use logger in Java?

Oct 28 in Web Development by Nidhi
• 4,940 points
192 views
0 votes
1 answer

What is the use of display: none; in CSS?

In CSS, the display property determines how ...READ MORE

Oct 28 in Web Development by kavya
120 views
0 votes
0 answers

What strategies do you use to avoid redundant transformations in Power Query that slow down data refresh?

What strategies do you use to avoid ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
85 views
0 votes
1 answer

How can I reduce latency when using GPT models in real-time applications?

To reduce latency in your chatbot that ...READ MORE

Nov 5 in ChatGPT by Harsh yadav
208 views
0 votes
1 answer

What are the best practices for fine-tuning a Transformer model with custom data?

Pre-trained models can be leveraged for fine-tuning ...READ MORE

Nov 5 in ChatGPT by Somaya agnihotri

edited Nov 8 by Ashutosh 209 views
0 votes
1 answer

PMP vs. Scrum Master certification – which is better for my career?

Choosing between PMP or Scrum Master will ...READ MORE

Oct 28 in PMP by Divya
186 views
0 votes
1 answer

How to reverse a number in C++?

#include <iostream> using namespace std; int main() { int n; cin>>n; int ...READ MORE

Oct 28 in C++ by kavya
127 views
0 votes
1 answer

What is the purpose of z-index in CSS?

The z-index CSS property sets the z-order of a positioned element and ...READ MORE

Oct 29 in Web Development by kavya
80 views
0 votes
1 answer

How do you handle uncaught exceptions and promise rejections in Express.js?

1. Error-Handling Middleware: Express.js provides a built-in error-handling ...READ MORE

Oct 28 in Web Development by kavya
126 views
0 votes
1 answer

How to run an Angular project in Visual Studio Code?

There are some prerequisites to run an ...READ MORE

Oct 28 in Web Development by kavya
124 views
0 votes
1 answer

How can I solve the issue of an uncontrolled input becoming controlled?

When working with form inputs in React, ...READ MORE

Nov 4 in Web Development by kavya
115 views
0 votes
1 answer

What’s the best approach to code logic for an AI-powered text adventure game?

Building logic that blends randomized storytelling with ...READ MORE

Nov 5 in Artificial Intelligence by salini
92 views
0 votes
1 answer

How do you serve static files efficiently using Express.js?

1. Use the express.static middleware: This is the ...READ MORE

Oct 28 in Web Development by kavya
119 views
0 votes
0 answers

What’s your approach to managing distributed tracing in microservices architectures?

What’s your approach to managing distributed tracing ...READ MORE

Oct 30 in Power BI by Anila
• 5,040 points
63 views
0 votes
0 answers

How do you resolve issues when using DAX variables (VAR) that cause unexpected results in measures?

How do you resolve issues when using ...READ MORE

Oct 29 in Power BI by Evanjalin
• 8,490 points
111 views
0 votes
0 answers

What are your best practices for managing code modularity and reusability in Power Query and DAX?

What are your best practices for managing ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
69 views
0 votes
0 answers

What debugging tools or methods do you use to pinpoint and resolve DAX or Power Query coding errors?

What debugging tools or methods do you ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
69 views
0 votes
1 answer

What is Azure Service Principal?

An Azure Service Principal is essentially an ...READ MORE

Oct 30 in Azure by Shradda
130 views
0 votes
0 answers
0 votes
1 answer

how do i publish to azure on power BI desktop?

To publish a Power BI Desktop dataset ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
65 views
0 votes
0 answers

how do i publish to azure on power BI desktop?

how do i publish to azure on ...READ MORE

Oct 30 in Power BI by Evanjalin
• 8,490 points
69 views
0 votes
1 answer

How can I create a rate limiter middleware for an Express.js API?

const express = require('express'); const rateLimit = require('express-rate-limit'); const ...READ MORE

Oct 28 in Web Development by kavya
111 views
0 votes
1 answer

Is project management stressful?

Project Management can be challenging at times. ...READ MORE

Nov 3 in PMP by Diya
55 views
0 votes
0 answers

How do you optimize scaling and performance of CI/CD pipelines in large projects?

How do you optimize the scaling and ...READ MORE

Oct 30 in Power BI by Anila
• 5,040 points
53 views
0 votes
0 answers

How do you handle failed deployments in a CI/CD pipeline without disrupting production?

This question basically seeks to know how ...READ MORE

Oct 28 in DevOps Tools by Anila
• 5,040 points
135 views
0 votes
0 answers

What are the best practices for securing CI/CD pipelines against vulnerabilities?

This question considers the best practice in ...READ MORE

Oct 28 in DevOps Tools by Anila
• 5,040 points
134 views
0 votes
1 answer

How to access Power BI Pro benefit for MCT?

Here’s how you can claim the Power ...READ MORE

Oct 29 in Power BI by pooja
• 9,430 points
66 views
0 votes
0 answers

Why do I see the error "INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY"?

’m getting the error 'INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY' when trying ...READ MORE

Oct 27 in OpenStack by Priyanka
• 4,500 points
183 views
0 votes
0 answers

How do you manage rolling back releases in Kubernetes without causing downtime?

How do you manage rolling back releases ...READ MORE

Oct 30 in Power BI by Anila
• 5,040 points
50 views