Forum Discussion
Anonymous
5 years agoNot applicable
Getting date values in measure for each row
Hello Everyone!!
Can anyone please tell me how to get date value for each row of table in a measure with some filters?
Thanks
4 Replies
- amitchandak
Super User
Anonymous , Each row in case measure measure you have display as each row or force calculation from each low
like
Sumx(Values(Table[ID]),[Measure])
This forcing to calculation to happen from ID level
Between two tables
- AnonymousNot applicable
amitchandak my scenerio is a little bit different. I am selecting a date from slicer which is the end date of each month and i want to subtract that date to each row of its connected accumlative fact table date coloumn.
How can I achive this?
thanks for your help and for your reply- amitchandak
Super User
Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.