Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
The quick measure YoY% is giving me results for the future 12 months. I want the YoY% to only match the dates for which there is data (Purchases). My data ends in 12/2017 and I want the YoY% to stop on 12/2017.
Purchases YoY% =
IF(
ISFILTERED('qCalendar'[FirstDayofMonth]),
ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."),
CALCULATE(
SUM('qPurchaseHistory'[Purchases]),
DATEADD('qCalendar'[FirstDayofMonth].[Date], -1, YEAR)
)
)
Thanks in advance.
Solved! Go to Solution.
Hi @dogcat,
You are using a calendar column on your graph right?
Just go on the visual filter and all non blank on the Purchase values will filter out all the dates that are blank in the purchase.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @dogcat,
You are using a calendar column on your graph right?
Just go on the visual filter and all non blank on the Purchase values will filter out all the dates that are blank in the purchase.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsYes on the calendar table. I was trying so hard to filter by date it didn't occur to filter by presence of or lack of a value. Thanks.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
92 | |
65 | |
63 | |
43 | |
42 |