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.
Hi, this one has got me!
I have a standard table, showing Patient.Name, Level and then a calculation of hours based on this level (x3).
I created a measure called Total care mins = sum(PatientAttribute[Level])*3
My total time in hours calc is simply:
becomes...
Solved! Go to Solution.
It's weird if you don't know what's happening but not weird if you do. Powerbi visuals are very sensitive to the measures that are in those visuals. The visuals show combinations of data in the rows for which a measure has a value. If the measure value is blank, the row is not displayed.<- (this is important)
When you create a measure, for example, measureA = 1, and put that in a visual, you will see all combinations of data which produce a non-blank value in the measure. In this case, the measure is always 1 so you get to see all combinations i.e. lots of rows.
Now that doesn't really get you any closer to solving your original problem but that's why multiple rows are appearing in the visual.
It's weird if you don't know what's happening but not weird if you do. Powerbi visuals are very sensitive to the measures that are in those visuals. The visuals show combinations of data in the rows for which a measure has a value. If the measure value is blank, the row is not displayed.<- (this is important)
When you create a measure, for example, measureA = 1, and put that in a visual, you will see all combinations of data which produce a non-blank value in the measure. In this case, the measure is always 1 so you get to see all combinations i.e. lots of rows.
Now that doesn't really get you any closer to solving your original problem but that's why multiple rows are appearing in the visual.
@HotChilli YES! You are 100% right! With your help, I modified my formula as follows:
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 |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |