March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hey Everyone!
I have a combo chart to compare data from this year and last. The current year only has 10 months' worth of data, while last year has a full 12 months. My goal is to get the current and prior year lines in my combo chart to show data up until the current year's month. Below are the measures that I have in place right now. It worked on the columns but not the 2021 line.
Any help or advice would be greatly appreciated!
@Anonymous So, in general, grab the MAX date from your current year table. Grab the MAX date from your date table, assuming you have one. Use an IF statement to compare the two values and if the max date from your date table is greater than the max date from your current table, then return BLANK, otherwise, return your calculation.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
90 | |
83 | |
73 | |
49 |
User | Count |
---|---|
167 | |
149 | |
98 | |
73 | |
57 |