Multiple API calls going to the Service
Hello, I have Power BI Query which has M Code to make a single API call. But when the query is monitored in Fiddler I see there are 2 API calls made.I saw a similar thing in Power Query and Power Pivot...
View ArticleHow to create column and row hierarchies in tables?
Hi, I'm interested in creating tables with multiple headers or a hierarchy of headers: In the above example, "Region" is the main header and "North", "South", "East", "West" are sub-headers. I need...
View ArticleHow to get a date column from two separate columns containing year and month?
Hi there, In my table I have two separate columns for [Year] and [Month]. There is no information about the day or any other date / time information in the table. What do I have to do to get a new...
View ArticleCreate a complex measure
Hi friends,I have 2 tables that first one contains the Sales1, productID,date and another contains Sales2,ProductID,date and both have the relationship with time and product dimension I need to create...
View Articleconcatenate two tables to one
HelloI have two table1 - act with 2000 rows2 - tab1 with 3000 rowsi want to have tab1 into act and get one table named act that have 5000 linesthanksgidon I want to
View ArticleSplit text string and reorder
Hi, I have a column with accumulated time for different statuses and the number of times a ticket have been each statuses.Each status information is separated with a "|" and the status name, number of...
View ArticleDivide aggregate values by different denominators dependent on column value
Hello, I have created a table which aggregates the sum of Units, Call, and Accounts based on Campaign. I'm trying to display a conversion value where the calculation is dependent on the Campaign. If...
View ArticlePERCENTRANK (Inclusive)
Excel has a PERCENTRANK function (which is different from PERCENTILE functions). I would like to find the same thing for DAX. Can anyone help me figure this out? Thank you.
View ArticleWhat I Thought would be simple...I need help!
I would still consider myself fairly new to the Power BI world, although I have made some fabulous dashboards and reports for our company. Most of the data I pull from the ODATA feed is already...
View ArticleLost in circular dep. with perctg
Hello I'm pretty stucked with something what I want to highlight in a report about how employees handling tickets.I want to show statistics for each employees (filtering individually) using card visual...
View ArticleIs Group changed using If
Hi guys, I have the below data, recording every change happen on trading account concerning the risk model, which is the represented in the (GroupCode) Every change is recorded, and several changes can...
View ArticleCalculated Column/Measure to count releases per year per product
Screenshot: https://db.tt/O22dCVA5 As shown in the Screenshot in Dropbox, I want to create a new column that evaluates the amount of releases for a given year. So in the end I create a column for 2014,...
View ArticleFilter not filtering anything?
I am trying to calculate the last 12 months of sales (not rocket science...) but my formula does not give me the expected result I have a table 'Net Sales' related to a 'Dates' tableI tried to 1)...
View ArticleLast 2 weeks sales in a direct query
Hi, I have data that looks smething like this in a direct query PowerBI: How can I get the revenue for the latest n weeks please? Thanks. Regards,Khaled
View ArticlePrinting full table data from the table with scrollbar
I have 2 relavant questions: I have a table which has list of employee and their hours details. But since the list is too long it is having a vertical scrollbar.and I need to take the printout so all...
View ArticleCreate a new measure takes 10 minutes.
Hi, I have a report with 700 measures, and when aI need create one more It's take more than 10 minutes in power Bi Desktop.Can I do the creation by script?. It's posible disable the working for every...
View ArticleDifference between 2 columns in a Matrix Table
Hi all, I was wondering if someone could help me. I want to calculate the difference between two columns on a Matrix TableAt row Level I have Department.At Column Level I have Date. This is an actual...
View ArticleConverting SAP or Unix time stamp
SAP posted data with a time stamp that is seconds since 1/1/1990 example 8,461,585,290,000 What the best way to convert this to a date and time field
View ArticleAttempting to use a Measure to display Month (stored as Integer) as text value
I am retreiving data from a table that stores a month as an integer (i.e., January = 1, February = 2, etc.) and I want to display that number as a text value in a graph. I've attempted to use a...
View Articleconvert sql "in" statement to power query filter code
Hi all,I have a sql statment that has where clouse that uses the "in" statement that has a large number of elements in itlike :select col1,col2 fromTABLE Xwhere col1 in...
View Article