Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How to Card visual relate with Day only not relate Month
If select Month, It's show data 'blank'
and If select Day, It's show data per Day
follow this pic:
Thank you
Solved! Go to Solution.
Hi @porjaiko ,
How about this:
Sum Value = IF(ISFILTERED('Table'[Month]),BLANK(),SUM('Table'[Value]))
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @porjaiko ,
How about this:
Sum Value = IF(ISFILTERED('Table'[Month]),BLANK(),SUM('Table'[Value]))
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can have a visual level filter. You can create a measure.
Date wise = var _max = maxx(Date,Date[Date])
return
calculate(Sum(Table[value]), filter(all(Date),Date[Date]=_max))
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 |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |