Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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...
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 31 | |
| 27 | |
| 24 |