Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn 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 |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |