Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello,
I need a button that if you click on it, it will filter everything by the current day. I need to put this in a slicer so i can filter everything by it.
Does anyone know how todo this.
Currentday = IF(DAY(TODAY())=DAY(ValueEntries[Document_Date].[Date]),1,0)
This is what I have but it does not seem to work.
Thank you.
Hey @lucpaymetals
You need create a COLUMN in your table, and not a measure.
Current Day = IF(ValueEntries[Document_Date] = TODAY(), 1,0)
If this post helps, please mark as solved to help other users find quickly in our community!
Regards,
Marcel
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
85 | |
65 | |
52 | |
31 |
User | Count |
---|---|
124 | |
114 | |
73 | |
65 | |
46 |