This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Good afternoon,
I am experimenting problems to find a solution.
I have 4 different sources (System1, System2, System3, System4) and each has a different update date. I need to show in a table data from the all the systems. I want to show an slicer with Last Update and Range where Last Update is the newest common date and if I select Range, I can select from the first date to the newest common date.
I create a measure a messure like this:
Thank you @amitchandak. for your response.
I tried before my previous question also as measure but it does not work either.
That is why I put a filter (button) with the values Last Update and Range. By default Last Update is selected but when I press Range I have an slicer with the calendar date which is supossed to select one mont, one day, whereever I want but it does not include the last Update date. The slicer shows the date but data not.
@Lyvili , This need to be measure not a column in that case
Slicer Preselection = IF(MAX('Calendar'[Date])=[UltimaActualizacionComunSistemas], "Last Update", "Range")
and in case you need a slicer for this, you need segmentation
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://youtu.be/EyL7KMw877Q
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |