GA access to resource is forbidden
Hi, Is anyone currently facing issues connecting to the GA connector on their reports - i repeatedly get an error saying 'access to the resource is forbidden'. The last time is happened, seemed like...
View ArticleCalculating average for measure
I have 3 measures.Measure 1, Measure 2 and Measure 3.Measure 3 is getting calculated based on other two measure by using the formula: Measure 3 = 1 – (Measure 1/ Measure 2) Now I want to calculate the...
View ArticleHelp with Measure for contains
I am using the Power BI Desktop App to build a report against an Azure storage table which contains error logging for our web services. I am trying to write a measure against the description column for...
View ArticleCount All Rows No Blank
Hello All, I thought this would be simple to do. Im just finding it difficult to create a measure that counts the number of rows, ignoring all blank rows. I thought that the 'ALLBLANKROW' function...
View ArticleGraph bars
Hi,Is it possible to control the width of bars in a graph?Ideally I would like to have a graph which doesn't require scrolling left/right - just have the bars as narrow as neededto fit into the graph's...
View ArticleTo convert currency using the current rate of that particular currency
Hi Friends, I Need Help as I want to convert an amount field which is currenctly in GBP to SEK using current currency conversion rate (like using google). I do have a rate field in my database but i...
View ArticleAverage Sales per Sales Rep
Hey guys, hopefully this is just a simple DAX question: Let's assume we have two tables. One with all Sales Reps: Rep ID | Name1 | Greg2 | Susan... and another table with all sales...
View Articleapi
Hi Guys, after several hours spend in trying getting a API connected with power BI i resigned. My problem is: I've got an API prom PLACETEL...
View ArticleGet start and end date from Timeline Slicer
Let me keep it simple. I need to find the number of days within a Date range. Say my date range is from 07/01/2016 to 09/30/2016. My table consists of data for certain dates alone:Initial Rental Start...
View ArticleConverting DAX to Power Query M language in the query editor
Column = CALCULATE ( MAX ( Table1[date] ), FILTER ( ALL ( Table1 ), EARLIER ( Table1[product ID] ) = Table1[product ID]&& EARLIER ( Table1[date] ) <= Table1[date]&& EARLIER (...
View Articleextraction by range date
hi, I need to extract data allowing the user to select a specific day or a range.My table has a "start date" field, I have to be able to select "start date" is or "start dates" between x and y,can you...
View ArticleSlicer - AND/OR functionality
If you select one or more items in the slicer the data shown to you is filtered by OR condition between all the selections. It would be really useful if we can change this to AND condition as well....
View ArticleQuantity on hand
Hi, I am trying to visualize quantity on hand, over time, based on transaction history. I am accumulating all historical transactions to get the quantity in stock. This formula works fine if...
View ArticleUsing RANKX to rank Top N aggregate measures
Hi, I have searched relatively hard for this - sorry if it's been covered already - any tips would be helpful. I have a series of 34,000 transaction data for various timesheet entries. I have been...
View ArticleThe basics of ranking...
I'm a complete DAX novice (in fact, less than a novice...) but I think I need to find out more about this new language... Starting with ranking... I have a table something like this:STORE...
View ArticleImport data from Excel dynamic named range
Hello,I'd like to build a dashboard in Power BI desktop using a dnynamic named range from Excel.That's is, the name of the range is fixed but the range it refers to is managed in Excel VBA.This doesn't...
View ArticleNew Table for another one with Count
Hi all, in PowerBI, I have a table like this one: And I need to create a new table like this one: I need this 2nd table in order to built a new cascade graph.Someone could help me?Thank you very much...
View ArticlePublishing taking too long
I know that filesize and transfer speeds are a factor when publishing but I'm just wondering if it seems slower lately to anyone else, uploads can take between 8-12 minutes and with no progress bar or...
View ArticleUnexpected Error while using Map
This happening since last week. Every time when I point some latitude and longitude points on a map, appears working fine for a 10 seconds and the whole applicaion stops after an error pops up stating...
View ArticleDAX (measure) Year Amount Comparison in % (increase and decrease)
Hello all, good afternoon! I just registered myself in this community. I am a newbie in DAX, but trying to apply as much as possible some daily financial situations I already have. "I think when you...
View Article