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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I use a mactrice to report textual data.
As depicted in the picuture, I dont' want a "sum" of the values by each Entité or date.
So far, I removed subtotals options, but with very limited effect.
I want the values to stay with its line and stay invisible otherwise.
How can I set that?
Solved! Go to Solution.
After many experimentations, the best solution was to use Inscope to test whether or not the returned value is at the right hierachy level. If not, the formula returns nothing in the matrix, as expected.
Whitout Inscope
With Inscope
datesRetournee =
VAR idNotification = SELECTEDVALUE (Notification[Id])
VAR dateNotificationTrouvee =
CALCULATE( IF(ISINSCOPE(Notification[Id]), MINX( FILTER(Notification, Notification[Id]=idNotification), Notification[dateNotification])))
RETURN
dateNotificationTrouvee@PierreCA One option would be to use HASONEVALUE in a measure that is used to conditionally format the text to the background color if there is not one value and if there is display it in white.
Hello @Greg_Deckler ,
Thanks for your swift response.
Do you have an exemple of your proposition?
After many experimentations, the best solution was to use Inscope to test whether or not the returned value is at the right hierachy level. If not, the formula returns nothing in the matrix, as expected.
Whitout Inscope
With Inscope
datesRetournee =
VAR idNotification = SELECTEDVALUE (Notification[Id])
VAR dateNotificationTrouvee =
CALCULATE( IF(ISINSCOPE(Notification[Id]), MINX( FILTER(Notification, Notification[Id]=idNotification), Notification[dateNotification])))
RETURN
dateNotificationTrouveeIf you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 59 | |
| 45 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |