Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a slicer that shows sales upto todays date in earlier month (eg. today it shows what we have sold each month upto the 18th):
Solved! Go to Solution.
Hi @sw123 ,
If Monthday=DAY(DateTable[Date]) is a measure,it should be modified as below:
Monthday=DAY(SELECTEDVALUE(DateTable[Date]))
If it doesnt work, pls show me your .pbix file.You can upload it to onedrive then share the link with us.
Hi, the easiest way, when your first formula works as expected, would be to replace the <= with <
Yesterdays date = if(DateTable[Monthday] < DAY(TODAY()); TRUE(); FALSE())
Thanx, but it still doesn't work. Does it have something to do with the Monthday, that is a measure in my date table:
Hi @sw123 ,
If Monthday=DAY(DateTable[Date]) is a measure,it should be modified as below:
Monthday=DAY(SELECTEDVALUE(DateTable[Date]))
If it doesnt work, pls show me your .pbix file.You can upload it to onedrive then share the link with us.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |