Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I want to put a data for monthly and a data for yearly i the same line grah. The yearly data will be divided by the number of months which is wrong.
This is what the graph is currently showing.This is what i want it to show
Regards,
Jeo
@jeo , Ideally you should use removefilter of all to make monthly data yearly
example
calculate([Meausre], removefilters(date[Month])
or
example
calculate(Averagex(Values(Date[Month Year]), [Meausre]) , removefilters(date[Month])
You can put logic to show value only in June
If( Month(Max(Date[Date]) ) =6, calculate(Averagex(Values(Date[Month Year]), [Meausre]) , removefilters(date[Month]), blank() )
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
102 | |
99 | |
38 | |
37 |
User | Count |
---|---|
158 | |
125 | |
76 | |
74 | |
63 |