Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I need create in DAX the button that will be show data up to this day (maybe with another filters on date)
Which commands can I use?
Hi @yakovleva_alena ,
Don't know if I understood your problem properly or not, but when you're using this visual (Between Slicer), put the date filed and don't change the value of date in this slicer until you publish this report on power bi services,
I think this can help you.
Thanks
if i do this, i need every day change date on slicer, because every day i need to see data up to current date
@yakovleva_alena , you need 2 filters for the slicer and a measure.
Measure:
check date =
var today = TODAY()
RETURN
IF(MAX('Date'[Date]) > today, 0, 1)
Filters:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your Kudos.
Check out my latest demo report in the data story gallery.
Stand with Ukraine!
Here are official ways you can support Ukraine financially (accounts with multiple currencies):
1) Support the Armed Forces of Ukraine: https://bank.gov.ua/ua/about/support-the-armed-forces
2) Come Back Alive foundation: https://www.comebackalive.in.ua/
Thank you!
my problem a little different
i want to have slicer, where user can choose all time interval AND the button(not slicer), that open mark where data on diagramms from start of this year up to this day
and when user open the site he mast see data up to this day
i hope i can explain my issue correctly..(
I have some diagramms with data by month.
I can choose time interval using the button below, but i want to update date automaticly and show that from start of this year up to today.
So my question: how can i write code in DAX for automaticly updating date on button below or maybe on other button every day?
Thank you very much, but it works only on slicer and does not affect on diagramm
I attached some screenshots from your file
maybe you can help me to connect date-filters and diagramms?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |