Forum Discussion
3 questions
- 6 years ago
Hi Anonymous
Create a column
filter pages = DATEDIFF([date],TODAY(),MONTH)Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Calculated columns don't exsit in Edit queries by design.
You could upload picture by clicking on camara icon below.
Or you could upload pictures/files onto OneDrive, then share the link here.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
thank you maggie, by the way, how to change the below formular and filter pages of previous month?
/filter pages = IF(MONTH('Table'[date])= MONTH(TODAY())&&YEAR('Table'[date])=YEAR(TODAY()),1,0)/
waiting for your guidiance
joey
- v-juanli-msft6 years agoCommunity Support
Hi Anonymous
Create a column
filter pages = DATEDIFF([date],TODAY(),MONTH)Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Anonymous6 years agoNot applicable
thank you maggie,
it's really cool and simple to solve this problem by using DAX datediff,
it ring my bell, in excel , there is a function datedif
i will remember it now
thank you