Posts by Gabriel Castro • 46 points
5 posts
-
0
votes1
answer466
viewsA: About DATEADD, comparison with previous month when there is a single month filter
Have you tried using the function PREVIOUSMONTH() ? Valor_Orçado_M-1 = CALCULATE( [Valor Orçado]; PREVIOUSMONTH(BaseCalendario[Data]) ) Are you also using a date column for the relation? Example:…
powerbianswered Gabriel Castro 46 -
1
votes1
answer368
viewsA: MYSQL Does Not Start
Talk, you guys! I was able to solve the problem... It seems that SELINUX was blocking the initiation, creating some kind of restriction. For those who have the same problem just use: $ setenforce 0…
-
2
votes1
answer368
viewsQ: MYSQL Does Not Start
Hello! I previously migrated my database from one directory to another within the server itself (/var/ to /mnt/) for lack of space. Only that when starting the server again, after having changed the…
-
0
votes1
answer84
viewsQ: Return a JSON block within another block
Hello! I am using Pentaho Data Integration to return a JSON from the Twitter API, but I have an error in processing JSON and return only the values I want. I’m trying to return block values…
-
0
votes0
answers47
viewsQ: Connection Limit, Slow Query (MYSQL)
I performed a select to return me about 70k lines, everything was working perfectly until I add the function "group_concat()", after adding this function the query enters timeout and can not return…
mysqlasked Gabriel Castro 46