Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 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.
Hi. I have used the Quick measure to create a rolling average of 3 and 12 months.
On the chart the measures go beyond where there is no data. Any suggestions to stop this?
Hi @nvanzyl24 ,
You can create a measure as below base on the measure [3M] and put this new measure onto the visual to replace the measure [3M]:
Measure =
VAR _maxdate =
MAXX ( FILTER ( ALLSELECTED ( 'Table' ), [Total] <> BLANK () ), 'Table'[Date] )
RETURN
IF ( SELECTEDVALUE ( 'Date'[Date] ) <= _maxdate, [3M], BLANK () )
If the above one can't help you, could you please provide some raw data in your table (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Change the result so that the measure returns BLANK when the [Total] is BLANK
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
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.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |