Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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() )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
79 | |
63 | |
52 | |
47 |
User | Count |
---|---|
212 | |
89 | |
76 | |
66 | |
60 |