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
Giada_Togliatti
Post Patron
Post Patron

filter that selects measures to show on report

Hi,

Is it possibile to use a filter to select measures I want to show on report?

For example I have two measures: sales and profit and I want to use a filter that let me to select which one I want to see on report as card (only sales, only profit or both of them), is it possible in power bi with the using of dax?

Thank you

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Giada_Togliatti 

You can use a disconnected table to store the names of the measure and call it based on the selection on the column on a slicer.

https://www.blue-granite.com/blog/disconnected-table-power-bi

 

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

Hi @Giada_Togliatti ,

According to my understand, you want to dynamically display measures, right?

You could use the following formula after creating a table for slicer by Entering data like this:

9.3.2.1.png

 

Measure =
SWITCH (
    SELECTEDVALUE ( forSlicer[Selected] ),
    "Profit", [profitMeasure],
    "Sale", [salesMeasure]
)

 

My matrix visualization looks like this:

 9.3.2.2.png

 

Did I answer your question? Please mark my reply as solution ,thank you.

If you have any questions, please upload some insensitive data samples and expected output.

 

Best Regards,

Eyelyn Qin

Fowmy
Super User
Super User

@Giada_Togliatti 

You can use a disconnected table to store the names of the measure and call it based on the selection on the column on a slicer.

https://www.blue-granite.com/blog/disconnected-table-power-bi

 

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

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.