python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to loop through values in a column in DAX
I have a table that looks like this:
Document PartNum Cost
A 1 5
A 1 5
A 2 3
A 2 3
B 1 1
B 1 1
B 3 ...

Conner
Votes: 0
Answers: 1
Create new table using last row of other table in power BI
I have following table AllIterationTable
AreaPath
IterationPath
StartDate
EndDate
power
power - Sprint1
08-03-2021 00:00
13-03-2021 00:00
power
power - Sprint 3
15-03-2021 00:00
20-03-2021...
Shri Samarth
Votes: 0
Answers: 1
How to get all months as a date from a start & end date in DAX
im working on a calculated column in a SSAS model.
My Idea is to generate every month as date ( f.e 2021-01-01) based on a start and end date, who are also columns of that entry. Basically i wanna dup...
Robert Di Meglio
Votes: 0
Answers: 1
How to add rows to a table based on a condition?
I would like to create a table in which I can give access to a certain page of a report for a certain user
Imagine I have a table like this:
I have another table in which I have the name of every rep...
Alex
Votes: 0
Answers: 3