Most voted questions in Power BI

+7 votes
4 answers

What is Business Intelligence

Business In Intelligence is a set of ...READ MORE

Oct 10, 2018 in Power BI by Kalgi
• 52,340 points
2,186 views
+4 votes
3 answers

Will Power BI take over MS Excel

Well, if your taking about just data ...READ MORE

Sep 26, 2018 in Power BI by Vardhan
• 13,130 points
1,901 views
+3 votes
2 answers

Combine tables in Power BI

You can also achieve this using a ...READ MORE

Oct 5, 2018 in Power BI by lina
• 8,220 points

edited Oct 11, 2018 by Kalgi 2,971 views
+2 votes
2 answers

What coding languages or tools can I integrate with Power BI for advanced analytics?

In the context of Power BI, numerous ...READ MORE

Oct 23, 2024 in Power BI by pooja
• 24,450 points
755 views
+2 votes
2 answers

What are effective methods for version control and deployment of Power BI reports?

Incorporating best practices in version control and ...READ MORE

Oct 22, 2024 in Power BI by pooja
• 24,450 points
510 views
+2 votes
2 answers

How can I create dynamic parameters in Power BI using DAX?

Similarly, in Power BI, utilizing DAX, one ...READ MORE

Oct 22, 2024 in Power BI by pooja
• 24,450 points
643 views
+2 votes
2 answers

What techniques can I use to improve the user experience when creating custom visuals in Power BI?

Techniques to use when creating custom visuals ...READ MORE

Oct 21, 2024 in Power BI by pooja
• 24,450 points
669 views
+2 votes
2 answers

How do I implement row-level security (RLS) in Power BI using DAX?

Suppose you are considering sharing your Power ...READ MORE

Oct 21, 2024 in Power BI by pooja
• 24,450 points
474 views
+2 votes
1 answer

how to split country & city in Dax power bi

After loading the dataset, you can split ...READ MORE

Nov 25, 2020 in Power BI by Gitika
• 65,730 points
4,160 views
+2 votes
1 answer

MDX and DAX Queries

Hi Gloria, Use TopCount() function to return the top ...READ MORE

Oct 9, 2019 in Power BI by raksha
2,470 views
+2 votes
0 answers

USE PostgreSQL

Aug 27, 2019 in Power BI by anonymous
855 views
+2 votes
2 answers

Count text values from different columns

You can try duplicating the category columns ...READ MORE

Aug 29, 2019 in Power BI by anonymous
• 33,050 points
1,824 views
+2 votes
2 answers

Counting the text values

To get the count of only yes, ...READ MORE

Aug 29, 2019 in Power BI by anonymous
• 33,050 points
1,013 views
+2 votes
1 answer

How to export data to CSV from power bi embedded url ?

Hi Arathi, You can open Visuals from embedded ...READ MORE

Aug 23, 2019 in Power BI by anonymous
• 33,050 points
7,168 views
+2 votes
1 answer

If Condition

DAX - I assume [Claim_line].[Allowed_Amount_B6] is one ...READ MORE

Aug 20, 2019 in Power BI by anonymous
• 33,050 points
2,229 views
+2 votes
0 answers

Assume referential integrity

1) What is Assume referential integrity? what ...READ MORE

Aug 19, 2019 in Power BI by vnk
2,137 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

Apr 29, 2024 in Power BI by anonymous
• 1,420 points
1,468 views
+2 votes
1 answer

How to connect to mysql database from power Bi?

Hi, Follow these steps, to connect to MYSQL ...READ MORE

Mar 22, 2019 in Power BI by Cherukuri
• 33,050 points
26,759 views
+2 votes
3 answers

How to replace null values in Power BI ?

Hi Nithin, To fill or replace the null or ...READ MORE

Mar 8, 2019 in Power BI by Cherukuri
• 33,050 points
164,943 views
+2 votes
2 answers

How do I undo something in Power BI?

To undo your last action or last few actions, press ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
32,678 views
+2 votes
2 answers

Power BI service throwing 403 error when using token to embed Power BI report

To add to @Kalgi's answer, Also make ...READ MORE

Oct 3, 2018 in Power BI by Nilesh
• 7,060 points
7,196 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

Oct 11, 2018 in Power BI by Hannah
• 18,520 points
2,045 views
+1 vote
1 answer
+1 vote
1 answer

How do I revert from using refresh policies with an EffectiveDate to using the current date in Tabular Editor 3?

To revert from using EffectiveDate to the ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
306 views
+1 vote
1 answer

What could be causing issues when trying to fetch data from Custom Analytics Views in the Azure DevOps API, and how can I resolve them?

When querying Custom Analytics Views in Azure ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
272 views
+1 vote
1 answer

Why does ALLSELECTED in my DAX query return unexpected results, and how can I debug or fix it?

The ALLSELECTED function in DAX is used ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
327 views
+1 vote
1 answer

Why am I getting an "SSL Certificate Chain Not Trusted" error when connecting SQL Server to Power BI, and how do I resolve it?

The "SSL Certificate Chain Not Trusted" error ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
1,105 views
+1 vote
1 answer

How can I extract a list of used and unused measures and columns from Power BI project folders using Python?

The extracted measures and columns, which represent ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
475 views
+1 vote
1 answer

What is the best approach to convert a Date/Time column to a Date data type in Power Query while using DirectQuery from SQL?

For DirectQuery, the best way to convert ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
353 views
+1 vote
1 answer

Why is MathJax not properly rendered in my kableExtra table when using Quarto, and how can I fix it?

MathJax is not rendering properly within kableExtra ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
331 views
+1 vote
1 answer

Is there an automated way to update Power BI Data Model definitions without manually editing data?

Indeed, models of Power BI data can ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
242 views
+1 vote
1 answer

Is there a way to track and visualize variable name changes within a group in Power BI, and what DAX techniques can help?

Tracking and Visualizing Variable Name Changes in ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
276 views
+1 vote
1 answer

How do I prevent my app from redirecting to Power BI when embedding a protected report in a React application?

To ensure that your React app will ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
265 views
+1 vote
1 answer

How do I configure a read-only user for PostgreSQL in Power BI to maintain security?

To configure a read-only user for PostgreSQL ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
282 views
+1 vote
1 answer

How do I troubleshoot cascading parameters that are not functioning correctly in Power BI Paginated Reports?

To troubleshoot cascading parameters in Power BI ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
315 views
+1 vote
1 answer

What is the correct method to switch datasets between Power BI Desktop and Power BI Service?

Switching datasets on Power BI Desktop and ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
226 views
+1 vote
1 answer

How can I retrieve data from a website that is powered by Power BI?

Accessing imported data from a website powered ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
232 views
+1 vote
1 answer

How can I embed Power BI reports into a Xamarin mobile application?

Embedding Power BI reports into a Xamarin ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
246 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 in Power BI by anonymous
• 36,180 points
335 views
+1 vote
1 answer

Why am I unable to set refresh for a web-based anonymous connection in Power BI Server, and how can I resolve it?

Scheduled refresh for web-based data sources that ...READ MORE

Feb 28 in Power BI by anonymous
• 36,180 points
375 views
+1 vote
1 answer

What is the process for updating key credentials of a Databricks data source via the Power BI REST API?

Updating Databricks Credentials in Power BI via ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
406 views
+1 vote
1 answer

How can OData be efficiently used in Power BI for connecting to and managing data sources?

Using OData Efficiently in Power BI for ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
340 views
+1 vote
1 answer

What is the Tandem Power BI Connector, and how can it be configured effectively?

The Tandem Power BI Connector is a ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
297 views
+1 vote
1 answer

What are the correct steps to set up Power BI with Amazon Redshift using an ODBC driver?

To integrate Power BI with Amazon Redshift ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
287 views
+1 vote
1 answer

How do I configure MuleSoft’s Microsoft Power BI connector with OAuth authentication?

To securely connect MuleSoft to Power BI ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
331 views
+1 vote
1 answer

What are the steps to import a SQL Server .BAK backup file into Power BI?

Power BI does not directly support importing ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
356 views
+1 vote
1 answer

Why am I getting a 401 Unauthorized error when renaming a Power BI dataflow using the Power BI REST API, and how can I fix it?

A 401 Unauthorized error when renaming a ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
596 views
+1 vote
1 answer

What are the different ways to integrate Bloomberg data into Power BI, and what challenges should I expect?

Integrating Bloomberg financial data into Power BI ...READ MORE

Feb 27 in Power BI by anonymous
• 36,180 points
638 views
+1 vote
1 answer

How can I optimize Power BI performance when working with an SSAS Multidimensional Cube?

Thus, all performance improvements for Power BI ...READ MORE

Feb 24 in Power BI by anonymous
• 36,180 points
289 views
+1 vote
1 answer

Why do Power BI visuals created using Python scripts sometimes appear misaligned, and how can this be fixed?

So, while writing a Python script to ...READ MORE

Feb 24 in Power BI by anonymous
• 36,180 points
251 views