We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello
Not even sure its possible but can anyone help me do a measure that can be used in a Line Graph that shows Month at the bottom and Totals on the side.
I want the monthly total for overtime.
I think the problem is I have page filters so it keeps changing it.
I tried something like -
Month by Month = CALCULATE(SUM('DB Overtime Master'[Total],FILTER('Month','Month'[Month])))
Thanks
Ross
Solved! Go to Solution.
Do you mean like this?
Your measure is the Value and your month is the Axis.
Alter your measure to this:
CALCULATE(SUM('DB Overtime Master'[Total],ALL('Month'[Month]))
Do you mean like this?
Your measure is the Value and your month is the Axis.
Alter your measure to this:
CALCULATE(SUM('DB Overtime Master'[Total],ALL('Month'[Month]))
Thank you. Sometimes its quite frustrasting as it can be a , or ( in the wrong place and throws whole thing out.
I'm not clear what do you want to achieve
do you mean YTD calculation? can you share sample data?
Hello,
Something like this.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 32 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |