Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Friends
I have a matrix visual which has stepped layout with +/- icon for power bi
as you can see above
when i open these + icon it will show second category and its total as shown below
and when user opens second categories + icon it will show the unit category level which has background color for cell depending on a conditional formating rule as shown below
But here you can see in second image even when i havent opened the second +icon it is not showing row total in some places but it is showing some background color
as you can see below with red circles that its not showing row subtital but background color which i set up for cell color from conditional formating
from vbelow you can see issue is the red circle while it shoyld be someting like green circle
please help
@GuyInACube
@amitchandak
@lbendlin
@Aldrin
@aj1973
@v-jiascu-msft
@v-jianboli-msft
@Anonymous , Not sowing subtotal can be because of row context used in measure like
if(Max(Item[Category]= "ABC"
or if you have used hasonevalue, isfiltered or isinscope
For that, you have to share the measure used.
Usually, we fix row context issues by creating a new measure on top of your column with all applicable group bys (row/column field).
Sumx(Summarize(Fact, Dim[Col], Dim2[Col], "_1", [Measure), [_1])
Hello @amitchandak
as i have 52 columns in matrix as of 52 weeks of year ,
i am using calculated column for every week for conditional formating
example
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
35 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |