Power BI stuck on splash screen
I recently downloaded and installed Power BI. It installed successfully without any error or warning but it does not start when I launched it. It got stuck on the splash screen. I have uninstalled and reinstall but only the splash screen is displayed and nothing more. I have a core i7 windows 11 machine with 16GB RAM so I believe resources are not the issue.
example of analytical question on parch and posey dataset
show me how to use aggregate function to group by each year instead of across the years in power Bi. after ci want to create measure for total sales by each year in power bi
Power BI Change Spacing Between Chart Columns
I have a simple cluster chart with 13 bars and can’t add spacing between the bars (while keeping the same bar width) so that everything isn’t squished together. I know there used to be an inner padding function in Power BI that no longer exists. (BTW the issue persists even when I remove the negative total in the chart, so it’s not that). Thoughts?
Power BI Power Query – multiple If statements in power query and also summing the total
I have this written in DAX but I actually have to write it in Power Query. I need a column that adds a 1 if the other columns do not equal “NA” and then adds the 1s together. So if column 1, 2, and 3 were yes and column 4 and 5 were NA then the new column would be the number three.
PowerBI Compare two colums with result true/false
I am new to power bi and I want a result of true or false if the 4PS column is larger than the AFAS column. I have made a measurement for this, but it gives the error message that it cannot find the leave registration table. This name is really correct (it is an Excel import) but I don’t think that should matter. Is the formula good or should I think of something completely different?
How to keep latest calculated value until there is a change in a variable?
How do I create a measure that only calculates the output when there is a change in variable A and when there isnt keeps the latest value (example in the image attached).example of measure
How to keep latest calculated value until there is a change in a variable?
How do I create a measure that only calculates the output when there is a change in variable A and when there isnt keeps the latest value (example in the image attached).example of measure
How to keep latest calculated value until there is a change in a variable?
How do I create a measure that only calculates the output when there is a change in variable A and when there isnt keeps the latest value (example in the image attached).example of measure
How to keep latest calculated value until there is a change in a variable?
How do I create a measure that only calculates the output when there is a change in variable A and when there isnt keeps the latest value (example in the image attached).example of measure
Power BI – Common Table Expression in SQL query
I was having an issue with my SQL query running in Power BI. I am trying to use a simple common table expression and my code works fine in SQL Server but fails when I try to copy and paste my query into the Advanced Editor in Power BI. Nothing is wrong with the connection I have to the database as other queries I’ve written work fine.