This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Solved! Go to Solution.
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.
-----------------------------------------------------
Thanks your suggestion lead me to the answer...
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.
-----------------------------------------------------
Thanks your suggestion lead me to the answer...
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |