Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am using the following measure to round up, however it is not summing correctly its just rounding the total. I found where someone wrote to use the following measure below, however this is on a column not a measure and my below measure will not populate where they have 'Crate EQ'. Any ideas?
Round_new = VAR _new = SUMMARIZE ( 'Table', 'Table'[Crate EQ], "_value", [_your roundup] ) RETURN IF ( HASONEVALUE ( 'Table'[Crate EQ] ), [_your roundup], SUMX ( _new, [_value] ) )
Looks like that was still missing counting some of the data. The below seemed to work however.
That depends on which granularity the visual represents. That was not clarified in the question therefore it was interpreted through your original dax code.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |