- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Total showing as blank
I Have the following measure:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @benP ,
I reproduced your question and met the same issue. In your measure, ‘SUM('Billing Data' [Fifteenth Percentile Variance]) > 0’ returns a logical value. And ‘False’ is not calculated by default. So, the corresponding values are blank.
You can change your measure like below and then the issue can be solved.
Sum of Top Performers Consumption 2 = CALCULATE ( SUM ( 'Billing Data'[Consumption (kWh)] ), FILTER ( 'Billing Data', 'Billing Data'[Fifteenth Percentile Variance] > 0 ) )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @benP ,
I reproduced your question and met the same issue. In your measure, ‘SUM('Billing Data' [Fifteenth Percentile Variance]) > 0’ returns a logical value. And ‘False’ is not calculated by default. So, the corresponding values are blank.
You can change your measure like below and then the issue can be solved.
Sum of Top Performers Consumption 2 = CALCULATE ( SUM ( 'Billing Data'[Consumption (kWh)] ), FILTER ( 'Billing Data', 'Billing Data'[Fifteenth Percentile Variance] > 0 ) )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
08-29-2024 05:23 AM | |||
09-13-2024 08:21 AM | |||
10-14-2024 03:28 PM | |||
08-08-2024 12:28 PM | |||
08-13-2024 08:03 AM |