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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ghutchins
Helper II
Helper II

Total Rows by Hierarchy Data Column

I am trying to sum up values in for a row across eventually  12 date columns in the last table.  The values are calculated measures from other data columns.  I cannot seem to get over this hurdle and hope there is help out there somwhere.   Any help is appreciated be it a resouce or suggested code.

 GC_Image.PNG

2 ACCEPTED SOLUTIONS
Mikelytics
Resident Rockstar
Resident Rockstar

HI @ghutchins 

 

Without seeing the data model I have to do some assumptions but it should be something like this:

 

Final Measure = 
SUMX(
   VALUES(DateTable[Month]),
   [Count MA > 4 (Count)]
)

 

Do you use a proper date table?

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

 

 

 

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

View solution in original post

Thanks your suggestion lead me to the answer...  

Count MA > 4 (Count all) =
SUMX(
   VALUES('GoodCatch Data'[submitted_date].[Month]),
   [Count MA > 4 (Count)]
)

View solution in original post

2 REPLIES 2
Mikelytics
Resident Rockstar
Resident Rockstar

HI @ghutchins 

 

Without seeing the data model I have to do some assumptions but it should be something like this:

 

Final Measure = 
SUMX(
   VALUES(DateTable[Month]),
   [Count MA > 4 (Count)]
)

 

Do you use a proper date table?

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

 

 

 

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Thanks your suggestion lead me to the answer...  

Count MA > 4 (Count all) =
SUMX(
   VALUES('GoodCatch Data'[submitted_date].[Month]),
   [Count MA > 4 (Count)]
)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors