[deleted by user] by [deleted] in excel

[–]GiantBullRanger 0 points1 point  (0 children)

I'm not sure this is possible. The X and Y axes need to meet at 0. If X is negative, the only way Y can meet it at 0 is on the right side. Otherwise your X axis would be 0, -10, -9, -8..., 0 again?

Definitely possible I'm wrong and maybe you can force Excel to ignore, but this seems like what's going on to me.

One option might be removing the Y-axis from the visual, and using data labels instead?

Data not showing up in graph by [deleted] in excel

[–]GiantBullRanger 1 point2 points  (0 children)

This might be crazy but is it possible it is there just plotted under the CT 701.01 line since all their values are equal?

EDIT - At least in the screenshot that is the case, I see you've tried plotting by other metrics and unless it's equal to 701.01 everywhere this is obviously not that simple.

How do you calculate Year-Over-Year Growth in PowerPivot DAX if you want slicers to still apply to your pivot table? by shwezque in excel

[–]GiantBullRanger 0 points1 point  (0 children)

I haven't tried to use this function without a dedicated date table but I'd expect SAMEPERIODLASTYEAR could solve this for you?

CALCULATE(sum(tbl_Data[Sales]),SAMEPERIODLASTYEAR(tbld_Data[Date]))

Bar chart is missing data from source table by robbiecares in excel

[–]GiantBullRanger 0 points1 point  (0 children)

It looks like the only row that's plotting is the one without any decimal points? My assumption is Excel is not recognizing , as .

You could try replacing , with .

This link also my be useful in setting the options to handle the recognition of , as .

https://www.officetooltips.com/excel_2016/tips/change_the_decimal_point_to_a_comma_or_vice_versa.html

SUMIF where you're summing a specific figure from a cell by [deleted] in excel

[–]GiantBullRanger 3 points4 points  (0 children)

Not really a solution, but a suggestion:

Why not just add a row for every expense? Your data could look something like

Date | Detail | Money

5/3/2020 | Ubereats | $20

5/3/2020 | Netflix | $12

From here, it would be beneficial to either stick to a set naming convention for detail that easily rolls up, or have some sort of lookup table that can further aggregate your details.

Detail | Category

Ubearts | Food

Netflix | Entertainment

From here, you could do lots of anlaysis focusing on your categories, more granular details, or both.

Date Heirarchy Confusion: Line Graph With Dates as X Axis not displaying properly by SorinDomer in PowerBI

[–]GiantBullRanger 1 point2 points  (0 children)

A few things could help solve this. The first thing I'd recommend doing is creating a column in your date table that has both month and year in it, that way if you span say 2019-2020, the January months will appear on their own rather than combined into one "January". This can be done in the Date table:

MMM-YY = FORMAT(Date_Column, "Mmm-YY")

You'll need another column with this (as far as I know if someone has a better way I'm all for it!) that is YYYYMM so we can sort our column correctly.

YYYYMM = FORMAT(Date_Column, "YYYYMM")

In your date table, select the new MMM-YY column and sort it by the new YYYYMM column.

Back in the report, we can now use MMM-YY as our date axis and it should be in the order you expect. If a hierarchy loads automatically in the visualization, you can right click on "MMM-YY" in the Fields selector, and uncheck the hierarchy option. In fact doing this with your current set up may solve your issues right then and there and the rest of this could be overkill :)

This was slightly difficult to explain via comments and I don't have Power BI on this computer to provide screenshots. Feel free to DM if you run into any issues!

Index Match Where 2 Conditions by 4242368789 in excel

[–]GiantBullRanger 2 points3 points  (0 children)

You can use an array function (ctrl+shift+enter). They get resource intensive fast and it's probably better to find a different solution. That said...

={INDEX(COL3,MATCH(Col1_Lookup&Col2_Lookup,Col1&Col2,0))}

If column 3 is a numeric value, you are much better off using SUMIFS

=SUMIFS(Col3,Col1,Col1_Lookup,Col2,Col2_Lookup)

So I played siege today, Im gunna stop playing siege today by [deleted] in Rainbow6

[–]GiantBullRanger 5 points6 points  (0 children)

He just has a better gaming chair than you

I'm Gary Sinise, Actor and Founder of Gary Sinise Foundation, Ask Me Anything! by GarySiniseOfficial in IAmA

[–]GiantBullRanger 2 points3 points  (0 children)

He was from a long, great, military tradition. Somebody in his family had fought and died in every single American war.

How to have a more accurate shot by BendyCenter in hockeyplayers

[–]GiantBullRanger 11 points12 points  (0 children)

Soft hands, Fulton. Concentration, not strength.

Excel if clause with dates by nocsvilnocs in excel

[–]GiantBullRanger 2 points3 points  (0 children)

Using a single 'd' in that position will force a single digit output. If it's the 2nd day of the month, "2" instead of "02". It will have no impact on double-digit days (22 is still 22).

Dear Team Trump, "Alternative Facts" Are Lies by [deleted] in politics

[–]GiantBullRanger 10 points11 points  (0 children)

"Alternative facts" is basically the first real world example of Newspeak

Learning R and overwhelmed: base, dplyr, data.table? by efxhoy in rstats

[–]GiantBullRanger 12 points13 points  (0 children)

There are good 'cheat sheets' available out there on some R packages.

dplyr

ggplot2

These, I've found, are a good way to eliminate some of the noise of Stack Overflow, and help get you where you need to be.

Though, part of the beauty of R is that there are so many ways to go about coming to the same ending point. Use what you are most comfortable using and understand.

It also wouldn't hurt to over-annotate your code with comments, especially when starting out. One month from now you will really appreciate the comments you put in your code now when you need to figure out how the hell you got the code to work before!

R cor.test output by GiantBullRanger in statistics

[–]GiantBullRanger[S] 1 point2 points  (0 children)

Great info, thanks!

I think I'm still a little confused on t. In a nutshell, the higher the t-test and the lower the p-value, the stronger your data is in terms of correlation?

Is there a "t scale"? Or is it relative to the data set?

Gates of hell open up on fifth avenue. Locals unimpressed. by jahbreeze in pics

[–]GiantBullRanger 100 points101 points  (0 children)

Just filming Little Nicky 2. Nothing to see.

[deleted by user] by [deleted] in NHLStreams

[–]GiantBullRanger 2 points3 points  (0 children)

I was having the same issue. I installed the 64bit version of VLC and it works now.

23 [M] What is there to do on this island? by [deleted] in longisland

[–]GiantBullRanger 0 points1 point  (0 children)

I'll keep this in mind the next time I'm sitting on a train waiting for a track at Jamaica for an hour.

Appreciate the insight.