Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
CecilioCB
Frequent Visitor

My Table Visual is ignoring the all - filter in my measure

Pic.PNGHi! 

I have a measure 

Measure 3 = CALCULATE(SUM(TemperatureData[Daily Average by Observations]); ALL(TemperatureData[Date]))
 
The issue I have is that when adding Measure 3 to a Visual Table , the visual table seem to be ignoring the sum and ALL condition. Could anyone advice? I was expecting to see th total sum  along the the entire column for measure 3.
 
WIth kind regards; C
 
 
 
2 ACCEPTED SOLUTIONS

Hi,

I wrote these measures

Daily average = AVERAGE(TemperatureData[Daily Average by Observations])
Measure 3 = SUMX(ALL(TemperatureData),[Daily average])
The result of Measure 3 in all rows is 24,022.20
Hope this helps.
Untitled.png

Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

FrankAT
Community Champion
Community Champion

Hi,

your measure 3 should read:

=CALCULATE(SUM(TemperatureData[Daily Average by Observations]); ALL(TemperatureData))

Use the whole table TemperatureData inside the ALL() function, not only the column TemperatureData[Date].

Regards FrankAT

View solution in original post

4 REPLIES 4
FrankAT
Community Champion
Community Champion

Hi,

your measure 3 should read:

=CALCULATE(SUM(TemperatureData[Daily Average by Observations]); ALL(TemperatureData))

Use the whole table TemperatureData inside the ALL() function, not only the column TemperatureData[Date].

Regards FrankAT

Ashish_Mathur
Super User
Super User

Hi,

I cannot spot any mistake in your measure.  Share the link from where i can download your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish! 

 

Many thanks for the quick response. 

 

Please have a look:  https://we.tl/t-msKT112GtQ

 

Kind regards; Cecilio.

Hi,

I wrote these measures

Daily average = AVERAGE(TemperatureData[Daily Average by Observations])
Measure 3 = SUMX(ALL(TemperatureData),[Daily average])
The result of Measure 3 in all rows is 24,022.20
Hope this helps.
Untitled.png

Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.