python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dax difference between filter vs filter values
Can someone explain how the first filter statement is different from second in DAX?
FILTER(Table, Table[Column] = "some text")
FILTER(VALUES(Table[Column]), (Table[Column] = "s...
Sivabose
Votes: 0
Answers: 1
Why MAX is NULL when projecting along the same dimension
Here is a vanilla "Sales" database:
CREATE TABLE Sales(id INT, category VARCHAR(50), item VARCHAR(50), date DATE, amount DECIMAL(10, 2));
INSERT INTO Sales VALUES
(1, 'Memory', 'Corsair ...

Pragmateek
Votes: 0
Answers: 1
Problems with inital refresh of Power BI Data Flow - Too demanding on data source
I am faced with a challenge I would love to get some pointers for.
I have a couple of very large tables housed in an SQL Server instance that is also the primary production table for the application i...
Martijn Wijnands
Votes: 0
Answers: 1
how to control decimal point in SAS output dataset?
I am new to SAS programming and I trying to work on proc means statement.
For controlling my decimal value in the output I have used maxdec option however when I tried to assign a new dataset to the o...
Hari Chandana Bollimpalli
Votes: 0
Answers: 1