Trending questions in Edureka Community

0 votes
2 answers

Why am I unable to import Excel (xls) files into Power BI, and how can I fix this?

Power BI doesn’t support importing legacy Excel ...READ MORE

Apr 3, 2025 in Power BI by anonymous
• 24,450 points
1,873 views
+1 vote
1 answer

Fixing Indentation Issues in Power BI Matrix Reports? – How can I properly align text and fix indentation issues in Power BI Matrix visuals?

Here are ways to reduce or eliminate ...READ MORE

Feb 18, 2025 in Power BI by anonymous
• 24,450 points

edited Mar 6, 2025 1,479 views
0 votes
1 answer
+1 vote
2 answers

What is the best approach for creating a live connection from Power BI to PostgreSQL?

The most convenient way to set up ...READ MORE

Dec 18, 2024 in Power BI by Vani
• 3,580 points
2,027 views
+1 vote
2 answers

Why does the scrollbar theme change between Power BI Desktop and Web? Can it be standardized?

This discrepancy in scroll bar themes between ...READ MORE

Jan 8, 2025 in Power BI by pooja
• 24,450 points
943 views
0 votes
0 answers

How do you handle tight project deadlines?

What’s your strategy for handling tight deadlines ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
360 views
0 votes
0 answers

What steps do you take if a project risk materializes?

What’s your first move when a project ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
400 views
0 votes
0 answers

What techniques do you use for accurate time estimation?

What techniques help you estimate project timelines ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
358 views
0 votes
0 answers

How do you ensure transparency in financial reporting for projects?

How do you ensure transparency in financial ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
358 views
0 votes
1 answer

Implement an Encoder and Decoder architecture with attention mechanism

To implement an Encoder-Decoder architecture with an ...READ MORE

Mar 17, 2025 in Generative AI by anushka
462 views
0 votes
1 answer

My Power BI report is slow when using multiple DISTINCTCOUNT() measures—what optimization techniques should I use?

Here are a few ways to tune ...READ MORE

Mar 10, 2025 in Power BI by anonymous
• 36,180 points
657 views
0 votes
1 answer

How can I reduce the memory usage of a complex DAX calculation that involves multiple SUMX() iterations?

To reduce memory usage in a complex ...READ MORE

Mar 10, 2025 in Power BI by anonymous
• 36,180 points
657 views
0 votes
0 answers

How do you allocate budgets effectively across different project phases?

How do you allocate budgets effectively across ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
350 views
0 votes
0 answers

Unable to save model architecture (bilstm + attention)

Can i know if  Unable to save ...READ MORE

Mar 19, 2025 in Generative AI by Nidhi
• 16,260 points
305 views
0 votes
1 answer

how to fix http error 503. the service is unavailable?

The HTTP 503 Service Unavailable error indicates ...READ MORE

Mar 10, 2025 in Node-js by Tanvi
654 views
0 votes
0 answers

How do you identify and mitigate project risks proactively?

How do you spot potential project risks ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
389 views
0 votes
0 answers

How do you handle a situation where the project exceeds the budget?

What’s your approach if a project starts ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
347 views
0 votes
0 answers

How can RPC Dumping be used in Windows attacks?

Remote Procedure Call (RPC) services in Windows ...READ MORE

Mar 18, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
337 views
0 votes
1 answer

GCP Gemini API - Send multimodal prompt requests using local video

To send multimodal prompt requests with local ...READ MORE

Mar 11, 2025 in Generative AI by romio
606 views
0 votes
1 answer

Why am I unable to update Delta Live Tables, and what troubleshooting steps can I take to resolve the issue?

Well, in the case that you are ...READ MORE

Mar 3, 2025 in Power BI by anonymous
• 36,180 points
937 views
+1 vote
2 answers

How can I retrieve a mapped value from a many-to-one related table in Power BI when using DirectQuery mode?

Get the associated values per multiple linked ...READ MORE

Jan 23, 2025 in Power BI by pooja
• 24,450 points
755 views
0 votes
1 answer

How to add an element to a useState array in React?

You can use the spread operator (...) ...READ MORE

Mar 12, 2025 in Node-js by Tanvi
555 views
0 votes
0 answers

What can hackers do with the ability to read /etc/passwd?

The /etc/passwd file stores user account information ...READ MORE

Mar 18, 2025 in Cyber Security & Ethical Hacking by Anupam
• 18,960 points
332 views
+1 vote
1 answer

What are the available methods to create a Sunburst visualization in Power BI?

Power BI does not have a native ...READ MORE

Feb 28, 2025 in Power BI by anonymous
• 36,180 points
1,029 views
0 votes
1 answer

How can I effectively address issues with LLM-specific metrics in the Google Cloud Vertex AI Evaluation Framework?

To effectively address issues with LLM-specific metrics ...READ MORE

Mar 13, 2025 in Generative AI by varun yh
535 views
0 votes
0 answers

How do you handle scope creep in the early stages of a project?

How do you manage scope creep early ...READ MORE

Mar 13, 2025 in PMP by Parshvi
• 7,940 points
540 views
0 votes
0 answers

How do you define project objectives when stakeholders have conflicting expectations?

How do you set clear project objectives ...READ MORE

Mar 13, 2025 in PMP by Parshvi
• 7,940 points
540 views
0 votes
1 answer

How to send multipart/form-data for a file upload in Angular?

In Angular, you can send files using ...READ MORE

Feb 24, 2025 in Angular by Navya
1,235 views
0 votes
1 answer

Is attention mechanism really attention or just looking back at memory again?

The attention mechanism is not just looking ...READ MORE

Mar 17, 2025 in Generative AI by nihongo
445 views
0 votes
0 answers

What are the key elements of an effective project charter?

What do you think are the key ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
376 views
0 votes
1 answer
0 votes
1 answer

How to Use react-blurhash Without Knowing Exact Width and Height of the Placeholder?

To use react-blurhash without knowing the exact ...READ MORE

Mar 10, 2025 in Angular by Tanvi
637 views
0 votes
1 answer

Why does React's useState hook use const instead of let?

The useState Hook is typically used with ...READ MORE

Feb 12, 2025 in Node-js by Navya
1,753 views
0 votes
0 answers

How do you implement KMeans clustering with MiniBatchKMeans for large datasets in Scikit-learn?

Can i know How do you implement ...READ MORE

Mar 2, 2025 in Generative AI by Ashutosh
• 33,350 points
972 views
0 votes
1 answer

Cannot find name webgl object TypeScript issue TS2304.

The error Cannot find name 'WebGLObject'. TS2304 ...READ MORE

Mar 6, 2025 in Angular by Anvi
807 views
0 votes
1 answer

How to create a mat table in Angular?

1. Install Angular Material ng add @angular/material 2. Import ...READ MORE

Mar 6, 2025 in Angular by Anvi
805 views
+1 vote
2 answers

What are some common mistakes or challenges users face when working with Power BI Copilot, and how can they be avoided?

Separation of a few common hitches with ...READ MORE

Jan 3, 2025 in Power BI by pooja
• 24,450 points
1,026 views
+1 vote
2 answers

Is it possible to create report-level measures in Power BI while using a live query connection to an OLAP cube?

One of the restrictions is that, when ...READ MORE

Jan 13, 2025 in Power BI by pooja
• 24,450 points
879 views
+1 vote
1 answer

How to get a WiFi password using CMD?

Yes, there's a way to retrieve the ...READ MORE

Nov 7, 2024 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
5,892 views
0 votes
1 answer

How to fix Service Unavailable error?

Steps to Fix "Service Unavailable" Error Check Server ...READ MORE

Mar 10, 2025 in Node-js by Tanvi
622 views
+1 vote
2 answers

Is it possible to extract Power BI metadata (e.g., dataset lineage) using Azure Data Factory?

Yes, you can extract typical metadata from ...READ MORE

Jan 3, 2025 in Power BI by pooja
• 24,450 points
1,012 views
+1 vote
1 answer

How to write a Python script for XSS vulnerability detection?

Detecting Cross-Site Scripting (XSS) vulnerabilities is crucial ...READ MORE

Feb 19, 2025 in Cyber Security & Ethical Hacking by CaLLmeDaDDY
• 31,260 points
1,401 views
0 votes
0 answers

Can we mask two words at the same time in attention mechanism?

Can we mask two words at the ...READ MORE

Mar 17, 2025 in Generative AI by Ashutosh
• 33,350 points
360 views
0 votes
0 answers

How do you manage expectations of stakeholders with unrealistic demands?

How do you handle stakeholders who have ...READ MORE

Mar 13, 2025 in PMP by Parshvi
• 7,940 points
529 views
0 votes
0 answers

How do you justify additional budget requirements to senior management?

How do you justify asking for additional ...READ MORE

Mar 18, 2025 in PMP by Parshvi
• 7,940 points
311 views
0 votes
1 answer

How do you address data sparsity when fine-tuning a text generation model for medical text generation?

Use techniques like data augmentation, transfer learning, ...READ MORE

Mar 11, 2025 in Generative AI by nini
574 views
0 votes
1 answer

Calculating Average Customer Purchase Frequency with Unique Customerspo

To accurately calculate the Average Customer Purchase ...READ MORE

Mar 5, 2025 in Power BI by anonymous
• 36,180 points
831 views
0 votes
0 answers

How do you balance risk management with project constraints (time, cost, scope)?

How do you balance risk management with ...READ MORE

Mar 17, 2025 in PMP by Parshvi
• 7,940 points
350 views
0 votes
1 answer