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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
utkarshshastri
Frequent Visitor

numeric slicer for aggregated Y axis

utkarshshastri_0-1760088025385.png

utkarshshastri_1-1760088085959.png

utkarshshastri_2-1760088103003.png

 

 

I want to create a slicer filter where i can filter by count of accounts ? creating a parameter and measure to filter was not succesful filteration as it took lot of time . how can i created numeric slicer with mentioned info 

4 REPLIES 4
v-tsaipranay
Community Support
Community Support

Hi @utkarshshastri,

 

Thank you for sharing the relationship details — that helps a lot.

Based on your model (Marketo_Campaign_Activity → Marketo_Leads via LEAD_ID ↔ SRC_LEAD_IDN`), you can try creating a summarized table instead of using a measure. This approach improves performance and enables a numeric “Between” slicer directly.

Lead_Count_Summary =
SUMMARIZE (
    'Marketo_Leads',
    'Marketo_Leads'[LEAD_MAIL_DMN_NME],
    "LeadCount", COUNTROWS (RELATEDTABLE('Marketo_Campaign_Activity'))
)

Once after creating please do the following :

  1. Add LeadCount from this table into a slicer and set it to Between.
  2. Connect the slicer to your main visual using LEAD_MAIL_DMN_NME or the appropriate account field.
  3. This method filters pre-aggregated data, so it should be much faster than parameter-based filtering.

Please note, since screenshots don’t include the data rows or DAX error details, we can’t fully reproduce the issue on our side, but the logic above aligns with your model structure.

If you still face an issue, kindly share the exact error message or a few sample rows to help validate further.

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @utkarshshastri ,

Thank you for reaching out to the Microsoft fabric community forum.

 

Could you please let us know if the issue has been resolved? I wanted to check if you had the opportunity to review the information provided by @grazitti_sapna  . If you still require support, please let us know, we are happy to assist you.

 

Thank you.

hi @v-tsaipranay  not able use the below mentioned DAX , please use my SS to give me solution , let me know what is more required

utkarshshastri_0-1760423877253.png

 

grazitti_sapna
Super User
Super User

Hi @utkarshshastri,

 

Create a summary table in DAX:

Account_Count_Summary =
SUMMARIZE(
'Accounts',
'Accounts'[Hospital Name],
"AccountCount", COUNT('Accounts'[AccountID]),
"TotalSales", SUM('Accounts'[Sales])
)

  1. Go to Model view.

  2. Create a relationship if needed (or use it standalone).

  3. Add a numeric slicer:

    • Add AccountCount from Account_Count_Summary.

    • Set slicer type to Between.

  4. Use this table in your bubble chart:

    • X-axis: [QoQ Growth] or any measure.

    • Y-axis: [AccountCount].

    • Size: [TotalSales].

    • Category: [Quadrant Category].

This way, the slicer filters already aggregated data, which is instant.

 

🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.