Odata error 500
hi,I am new to PowerBI desktop.I tried get data/odata feed and got error : "OData: Request failed: The remote server returned an error: (500) Internal Server Error. (An error has occurred.)" I can...
View ArticleRelationship issue between UTC Date/Time Field and Non-UTC Date/Time Field
Does anyone know if this is the expected behvavior of PowerBI? And if so why?I have a calendar table that is created based on an existing tables date range 'CRM Cases'[Created On]. The calendar table...
View ArticleChanging Data Source from salesforce reports to SQL Server
We have a report and visuals created using salesforce reports as the source of data. We would like to change the source to anon-prem SQL server. We have created the SQL Server query to mimic the...
View ArticleForced to Login again after opening a new Report
Hi Guys, Whenever I open a Desktop report, I am being forced to login to my PowerBI account before Publishing. I have been having this issue since I updated to the most recent version of PowerBI...
View ArticleThe cardinality you selected isn't valid for this relationship
I am attempting to create a relationship between two tables. The trouble is, I have a relationship that should be 1 to 1. In the SharePoint site from which both tables are pulled, each list is set to...
View ArticleTable Join Query
I’ve linked two tables and am trying to create a report showing only the common references.e.g.Table1RefName1John2Sarah3Bill4Jane Table2RefSurname2Jones3Smith4Brown5White Trying to create a table that...
View ArticleCusomize series not working reg,.
Hi, I am creating a column chart with 3 series. three series are of different units. I saw 'Customize series' option as like below and tried to set different units for each series. But, it seems that...
View ArticleDax Help
If I had a table that had the following columns: | Name | Basketball | Tennis | Hockey || John | 3 | 3 | 2 || Chris | 3 | 3 | 3...
View ArticleSUMX Accross three related tables
I have three tables. Sales HeaderSales LineQuoteStatusWeight The QuoteStatusWeight table is very simple, 10 unique values and a weight column. Below are the relationships. SalesLine is linked to...
View Articlecolumn vs measure
Hi experts, How to turn values in a column into measure? Cheers!Cindy
View Articlehow to get first max or min value from table ?
This is my table:I want to get only max value out of that, that is 71 and its date also and min value also. I am getting this table by distinct count of temperature filed.(without using expression).I...
View Articlehow to get first max or min value from table ?
This is my table:I want to get only max value out of that, that is 71 and its date also and min value also. I am getting this table by distinct count of temperature filed.(without using expression).I...
View ArticleNo values on x-axis
Hi, I'm trying to make a clustered colum chart, but I have no values on my x-axis. This makes that the bars of my chart are really close to each other and make for an ugly visual. My data is built up...
View ArticleDAX syntax error (Beginner)
Hello,the following DAX code renders a syntax error;Cond1=IF('Total Sales Norden Details'[Förs. YTD]>'Total Sales Norden Details'[Tot. Förs. föreg. år],1,0) The syntax error is: Any help would be...
View ArticleClustered column chart without X-axis values
DataGraphHi, I'm trying to make a clustered colum chart, but I have no values on my x-axis. This makes that the bars of my chart are really close to each other and make for an ugly visual. My data is...
View Articlecount this week
Hi, maybe a simple question, maybe not I have a list of orders with a data column. Now i want to count how many orders are made in the last week. At this moment a made a calculated column so i know the...
View ArticleFIRSTDATE() Issue
I have created measures using FIRSTDATE() and LASTDATE() and named them Selected Start Date and Selected End Date, respectively. I have added these values as filters to other measures. For filtering, I...
View ArticleCalculated Measure won't Filter in Table
First time post bear with me... I have created a MTD function to view sales data for my company: MTD = CALCULATE([Total Sales], FILTER(ALL('Date'[Date]), 'Date'[Date] >= (EOMONTH(NOW(), -1)...
View ArticleCreate new chart
Hello,Based on the following values I have following colum in my task listPriorityFactorMax ScoreActual ScoreWhere should we be? Based on these column I created chart in excel attached. Budget...
View ArticleFORMAT() returns Month Number
Hi I'm trying to convert Month numbers (1,2,3...12) in text (January, February,...).I tried : =FORMAT(MONTH([MyColumn]), "mmmm")Anyway i could return some text?Thanks!
View Article