Problem about and/or logic in Power BI
In our products' data we have two kinds of versions. Version_Number and Terget version. In our previous query in other tool these two fields are or logic. But when I edit query in Power BI desktop it...
View ArticleKPI Card using year trend + last month outcome
Hi, I am trying out new ways to present data in a monthy report. The graph that I'm interested in is the KPI Card, where I would like to present the trend line of last years outcome, together with the...
View ArticleDate aggregation lastdate vs max
Having an issue here with displaying the max date for each row in my matrix When adding the date column as a value, it only gives me to aggregate it to count or count(distinct)When trying to create a...
View ArticlePassing a parameter to a URL
Hi, I'm just starting out in Power BI and was wondering if it's possible to pass a patameter from one tile to another that is getting its data from a web URL. So, what I'm thinking is that on a report...
View ArticleMake Time slicer to appear with specific date range selected, for a published...
I had created a dashboard with time slicer. My date ranges, say from 2011 to till date of 2016. I had published the dashboard into power bi. Let us assume that the date selected in the time slicer is...
View ArticlePowerPivot DAX: Identify running cases over time per items/cases
Hello,I'm new in DAXI'm working on a IT Service Desk and I would like to have a dashboard that show me the "Running Cases" over the time.The cases have differents status like: AWAITING - IN PROGRESS -...
View ArticleProblem to import data from SQL Server View
Hi, I've all my data in Azure SQL Server and I created some views to use in Power BI Desktop. However, when I create a view with some calculations (e.g. groupby) in SQL Server Management, Power BI...
View ArticleGroup value by Elements of another table
Hi, my structure lookl like this:In the Table "Kontenzuordnungen" there is an account number "Kontonr.". Every Accoutnumber has a category "Kontenkategorie" like earnings, variable costs fixed costs...
View ArticleOperators AND - OR in Nested IF
I am struggling with a silly formula but I am not able to find the proper solution. I know it should be easy ..... CS_Universe = IF ( ZV[OrgCom] = "CUSTORG"&& ZV[IDCust] = "491"&& (...
View ArticleActive members on a certain date
Hi, I just recently downloaded the desktop version and am currently "playing around" and trying things out, but have run into a problem. I have a long list of members of a user group where every...
View ArticleQuestions about utilizing Parameters
Is it better to create a view in the database and have Power BI connect to that view, or would it be more viable to create parameters to filter data/queries? Say I have a table which is fairly massive...
View ArticleCalculated Column based on a condition
Hi, I have the following table where values are coming from different tables. It's a star schema where I have Sales Facts, Promo Dimension, Product Dimension.What i need is a column FLAG to identify...
View ArticleCalculation of monthly figures from YTD for serveral groups
Hello all together, I would be glad if someone could give me the solution. I have read through many many post, but did not find what I was looking for. I have a table like this and want to calculate...
View Articlelist the most recent value in a calculated table
Hello, I have datasource where I list all audits performed to a project. I then have a calculated table that filters out the last ones audited in the last 30 days. These are considered "recent". Using...
View ArticleMerge not Finding Matches Against Custom Column
Hi all, I've searched up and down and not found any pertient results for my issue. I've created a custom column that extracts three characters out of a text string. I'm think attempting to do a Merge...
View ArticleDate Relationships with Google analytics
Im trying to create a relationship between a csv file and a google analytics account. I have a column in each data table labeled month of year. The data in my csv file appears as a num 1, 2, 3 etc. The...
View ArticleHelp with formula
Hello, Does anyone know how I would substitute a Measure called "Currency" rather than use a column in the Transactions Table called CCURNCYID Revalued Balance (USD) =SUMX ( ADDCOLUMNS (...
View ArticleTOPN
I have an Incidents table with 3 fields: Incident ID, System Name, Functional Area Name. I need to make a chart that shows the TOPN systems with the highest number of incidents (Counter must be done by...
View ArticleDAX function similar to the SELECT MAX (SQL)
Hello,I would like some helpHow do I search for a value and a certain date? I need to do something similar to a SQL SELECT MAX.What function can be used? Thank you,LRFeltz
View ArticleQuery too large to be displayed
I have a query that has a long list of item #'s used in the "where" clause in selecting records of MS SQL database. Because it is a dynamic calling to the database, I am prompted by Native the...
View Article