Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi All,
Need your help to solve below Query.
I have a measure which is created based on other existing measures.
Hi @Usefulinfo ,
Please try to create a new measure.
MEASURE =
CALCULATE ( [Active_Form_ByEnd], FILTER ( 'Table', [Active_Form_ByEnd] <> 0 ) )
If that still doesn't solve your problem. Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,Thank you for your reply.
I have tried this but didn't work. I will create a sample pbix file and share with you soon.
hi @Usefulinfo ,
try like:
Active_Form_ByEnd =
VAR _result =
([Active_Form_BeforeDate] + [Form_Received_During_Period] ) - [Closed_Form_During_Period]
RETURN
IF(_result = 0, BLANK(), _result)
@FreemanZ , Thank you for you reply.
This will not work bcz it just replace 0 with blank but this row will be still visible in visual.
Could you please suggest anything else?
hi @Usefulinfo ,
does any these three measures ended with "+0", if so could they be removed? [Active_Form_BeforeDate] , [Form_Received_During_Period] ) , [Closed_Form_During_Period]
Hi @Usefulinfo
So you just want the 0's to not be displayed?
You can do this by applying a custom format to the measure.
Select the measure and on the Ribbon, in the Formatting section type 0;0;; then hit Enter
Read more here -> Custom Formatting Strings in Power BI
Regards
Phil
Proud to be a Super User!
@PhilipTreacy Thank you for your suggesion. I tried this but didn't work.
I want to remove rows releted to 0 from display. Could you please suggest anything else.
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 |
---|---|
72 | |
68 | |
53 | |
39 | |
33 |
User | Count |
---|---|
71 | |
63 | |
57 | |
49 | |
46 |