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
I need to filter a card and chart visual by a date range that is being selected in a slicer. For example, the user will pick 3/15 in the As Of Slicer and a year in the Year Slicer. I need to calculate the Fill for the past 15 days of the As Of Slicer for those two visuals. The other visuals will filter on the next holiday and for the entire year. I was trying to use Calculation Groups, but I haven't used them before and not sure how to use them as a filter. Below is the screenshot of my report. The other option is to do it as a Filtered Measure but I have been getting different errors with it. I'm guessing I need to do it as a SUMX so that I can get the individule calculations for each date in my chart. I've been trying to use Varaiables with the filtered measure, but I keep getting errors (usually mullitple values were returned errors). Below is what I was trying with different calculation functions.
Any Ideas?
Solved! Go to Solution.
@jslade , if you select a date and want to display a trend of more than the selected date/dates, Then you need an independent date table
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
@jslade , if you select a date and want to display a trend of more than the selected date/dates, Then you need an independent date table
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
Thank you that helped me get it working. I didn't have to create the second date table but the video of the measures helped me to get it to work. My measure worked as:
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 |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 24 | |
| 23 |