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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
pe2950
Helper I
Helper I

Visual filter breaking measure calculation to (Blank)

Hello, stumped by this one.

 

I have a table with the following structure:

Month_Start

Goal

 

Example values would be:

9/1/2019

150

 

I then have a gauge visual that performs the following:

Value = TOTALMTD([AppointmentCount], 'Appointments'[createDate])

Where [AppointmentCount] is simply defined as SUM(Appointments[Count]) + 0

 

This value works fine and displays as it should.

 

Next i want to show a tick of where the goal is, I created a measure on my Goals table as follows:

_created_goal = LOOKUPVALUE(Goals[goal_value],Goals[MonthStart],DATE(YEAR(TODAY()), MONTH(TODAY()), 1))

This works fine and displays as it should.

 

Last i need to add a filter onto the result to remove certain rows from the Appointments table, I add the column from Appointments into the filters pane, and set it to values I want to include "ind_origin = Y".

 

This suddenly breaks my _created_goal measure, and i get a result of (Blank)

 

I belive it is trying to filter the goals table on that column causing it to return nothing. I can't sort out how to remove any filter on that measure, or do i have to apply that filter directly to my measure on Appointments?

1 REPLY 1
v-diye-msft
Community Support
Community Support

Hi @pe2950 

 

Do you have a simple worksheet or preferable a dummy pbix?

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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