Forum Discussion
Anonymous
4 years agoNot applicable
dax filter non zero
Hi, I'm new in Power BI, and I try to see any method if I want to see the list of value are there never reaching zero in weekly. The table will shown below: Timestamp Type Value 5/5/22 ...
- 4 years ago
Anonymous
Here is a link to download a sample solution file:
dax filter non zero 2022-08-08.pbix
SpartaBI
Community Champion
4 years agoAnonymous
Here is a link to download a sample solution file:
dax filter non zero 2022-08-08.pbix
- Anonymous4 years agoNot applicable
SpartaBI, for the week num how can I modify that last 7 days
calculate(sum(value),DATESINPERIOD('Calendar'[Date],max('Water Flow Monthly'[Timestamp]),-14,DAY))