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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
AP14
New Member

Power BI Visual to show category performance wrt different KPIs

Hi everyone,

I have several KPIs in my report. Is there a visual to show , how different categories are performing wrt those KPIs?

PFB sample data and the visual I would like to create in Power BI desktop.

 

AP14_0-1721315781502.png

 

 

Thanks,

AP

2 REPLIES 2
Anonymous
Not applicable

Hi @AP14 

 

Here I create a set of sample data :

vzhengdxumsft_0-1721356008866.png

As you can see, this table does not contain date information, it can only be used for your reference.

Then I create a measure:

Measure = 
VAR _currentCagegory = SELECTEDVALUE('Table'[Cagegory])
RETURN 
SWITCH(
    _currentCagegory,
    "A",SUM('Table'[Energy]),
    "B",SUM('Table'[Sales])&"-"&SUM('Table'[Profit])&"-"&SUM('Table'[Energy]),
    "C",SUM('Table'[Energy])&"-"&SUM('Table'[Sales]),
    "D",SUM('Table'[Profit])
)

The result is as follow:

vzhengdxumsft_1-1721356209996.png

Hope this can help.

 

Best Regards

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

Hi, Thanks for your reply. However, I don't want the values/measure. I want to show via a visual that whether for a particular time (say year) , the category had a growth or decline of that KPI.

For ex. , the target may be £100 sales but in Yr 2023 sales was £47 and 2024 its £109. So my visual should show ,upon selecting the year, thae symbol for total sales (£) on 'decline' and 'growth' sides of the visual. And same for other categories wrt to the KPIs. 
I am not sure if any such custom visual is available or not in Power BI. Hence seeking help. 

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.