Hi I am new to spot fire. with spot fire (6.5 version)I have to connect to two tables which are from two different data sources. I need to create one calculated column which contains the columns from both tables. but at a time I am able to derive the formula using one data source columns only.
I need to compare the two columns from two different data sources.
When you are trying to combine data from two different data sources make sure that you have a common column to join.There is an option Insert->Columns using which you can bring columns from a different source.
Here I mentioned the steps in detail for performing the JOIN operation in spot fire.go through Spot fire JOINS operation Link.
Related
i'm having 6 tables in microsoft excel and i'm trying to merge them all in order to compare the records. i've tried all kinds of joins using power queries but getting null values for unmatched records. is there any way that I don't get the null values for the unmatched records rather get all the merged data at once?
Do all tables have the same structure?
If the case that the sheets have the same structure, it will be enough to always copy and paste with the option "Same as the source format (M)" In case they are different I hope you expand the information a little more so that I know how to proceed to help you. Receive an affectionate Greeting.
I am trying to make table using Kibana. What I have in mind is to create a column which for each instance, divides the corresponding values of two other columns.
The two base columns are created using Kibana's metrics. However I cannot find any option for merging two columns, or creating one from scratch what gets its data from two sources.
PS. I'm querying on logstach data.
In KQL you can use pack() or strcat() to achieve what you want (the former is probably a better option).
I have two tables with the same data but in different rows, I want to sort them in front of each other. each duplicate row in front of its duplicate.
attached photo
In a new worksheet, copy the code data from one table and append to that a copy of the code data from the other. Apply Remove Duplicates to that column and sort ascending.
Now use that sheet to look up (VLOOKUP Description, Uom and Unit Price from one of your tables into three separate columns (say 2,3,4) and lookup up same fields from the other of your tables into a further three columns (say 5,6,7).
Wrap both formulae in IFERROR(....,"") to reduce noise.
I take it any numbering will be applied independently in a new sheet (ie No. is not required to be copied to there).
Incidentally you have a lot of unconventional hyphens (eg L-80 is never normally written other than as L80), m for OCTG as a unit of measure leads to many problems and with competent staff a structured catalogue could be advisable for a high value of stock and long-term storage.
I have multiple spreadsheets that all have different data. I tried multiple consolidation ranges but it didn't let me select the data I wanted.
I have 2 columns in each spreadsheet (many) with the same table title that I want to use (they are not in the same place in each sheet, and are only one of many columns - this cannot be changed). I still want to combine them without manually copying them as this takes too much time.
I have "Quality" and "Date". For "Quality" I have "Good" and "Bad". I want to be able to create a pivot where I can select "Quality: Good/Bad" as the report filter, then show the dates in the first column below and a count on the right (so I can see if there has been any new "Bad" ones for example in the later dates, like "Ah, a new date has appeared, and there is two new bad ones).
Can this even be done? I have twisted and turned and not come up with anything but errors.
Pivot tables will only take data form one source.
If you're desperate to use Powerpivot, then your options are either to:
A: Create a "master" table that pulls all the data into one place
B: use Powerpivot, as it can use data from more than one source.
Difficulty here is of course learning a completely new program and syntax (dax is similar but very different to Excel's formulaic language)
If you go down the powerpivot route, I found ExcelIsFun's tutorials on youtube incredibly useful.
I've been tasked with building some ad-hoc reports in Excel that are sourced from an SSAS OLAP cube. I don't have the ability to alter the design of the cube's dimensions currently. I've been receiving repeated requests to filter results based upon the combination of two different dimensions and their attributes.
For example:
One dimension lists locations with their hierarchies. Another dimension contains codes for the various insurance companies we work with. I'm given a list of combinations of these, concatenated with a hyphen separating them, and they are supposed to be the only combinations within the report. For example, I get things like "001-AB5". Unfortunately, there are duplicates of the codes, so I can't just pull the code, seeing that AB5 means different things for different locations, which I can't do anything about at this time either.
For some of the smaller data sets, I've used PowerPivot and just created a calculated column, and added a relationship to the list in another sheet. The issue is that now they want the drill-through actions that have been setup for the cube. Is it possible to create something like a calculated dimension in Excel (or some other means) that would be the concatenation of these without using PowerPivot?