Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
volyn
Frequent Visitor

Chart/Matrix shows data if there are none

Hi,

 

I have issue with chart and matrix, which shows me invoice accuracy (ratio of claimed invoices on total number of invoices). Measure is simple and working well. From data source I have data since 1.1.2017 to 30.9.2019. Problem is ,that when I visualize data for last 3 years in series it shows me 100% data for October-December 2019.

% invoice accuracy = 
1-DIVIDE(
    [# claimed documents];
    [# billing documents];
    0
) 
I thought, that changing alternate division parameter to 1 can help, but nothing happened. Removing that parameter is also no solution. It shows 100% for 3 months in future.
chart.jpg

 

Thanks for any

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi volyn,

Did you want to show 100% in 2019-10~2019-12? If so, you could refer to below steps. Because this don't exist in dataset, so when you add this field or create measure in Matrix and chart, it won't show data. You need to create a table with month column, then create relationship between them , use this month column in chart, you will get result you want.

442.PNG

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
dax
Community Support
Community Support

Hi volyn,

Did you want to show 100% in 2019-10~2019-12? If so, you could refer to below steps. Because this don't exist in dataset, so when you add this field or create measure in Matrix and chart, it won't show data. You need to create a table with month column, then create relationship between them , use this month column in chart, you will get result you want.

442.PNG

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.