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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
anil2
Frequent Visitor

Create a measure based on existing measure

Is it possible to create a new measure based on existing measure?

 

I have a measure called "Utilization" that calculates ratio between two columns in the ssas model and I have subscription ID as column in the model. It is not possible to add my measure "Utilization" as visaul level fitler and select a condintion is greater than 90% in powerbi.

 

Now I would like to see distinct subscription ID's whose ratio is greater than 90% "Utilization".

 

Ca you suggest how it is feasible?

 

6 REPLIES 6
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @anil2,

 

It is not possible to apply a visual level filter for card visual.

 

Now I would like to see distinct subscription ID's whose ratio is greater than 90% "Utilization".

 

You could create a measure similar to:

CountID =
CALCULATE (
    DISTINCTCOUNT ( tablename[subscriptionID] ),
    FILTER ( tablename, [Utilization] >= 0.9 )
)

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
SivaMani
Resident Rockstar
Resident Rockstar

@anil2,

 

You should be able to add measures as visual level filters.

But i am not able to add measure as visual level filter. 

SivaMani
Resident Rockstar
Resident Rockstar

@anil2,

 

Which visual are you trying to add?

 

Except for Slicer, you can add any field as a visual level filter.

I am using Card visual.

SivaMani
Resident Rockstar
Resident Rockstar

I'm not seeing any issue. Kindly make sure that you're using the latest version of PBI Desktop.

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

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

Sept NL Carousel

Fabric Community Update - September 2024

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