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

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

Reply
Anonymous
Not applicable

PowerBI's Table Visual as live data source and Sales Bin Measures

I want PowerBI's Table Visual to act as a live table. This way I can use measure values as column values and filter the data in the dashboard. Right now, I cannot use visuals as filters or use them on cards because of dependencies. E.g., I have created measures to calculate the Incentives of the Salespersons but I am unable to do simple calculations like the count of salespersons who have received the incentive. I have tried creating columns but they are static. I want the values to be dynamic and updated on a real-time basis which is why I used measures.

 

Similar is the case with creating bins. Whenever I create Sales bins via measure, I cannot use them as filters. I want to filter the data based on the bins I created. Please help, how can I solve it? 😞

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous 

Can you provide some sample data and the output you want so that can provide more suggestion for you.

 

Best Regards!

Yolo Zhu

Anonymous
Not applicable

Hi Yolo, Thank you for replying.
Following is what I want to achieve in the Dashboard. There are two problems:

1) I am unable to create Cards for "Total Salespersons who received Incentive in Region 1" etc. or Count of Salespersons who received Incentive. Because Incentive is a Calculated Measure.

2) I have created bins using a measure for Target vs Achievement of Sales but I am unable to use this as a Slicer. The data doesn't show me the number of Salespersons who achieved in the bin (100%-109.99%) sales.

 

Now, I do not want to create a column because columns are static and not dynamic.

HibaHaider_2-1700653574051.png

Ps: The data has Regions (Column), Year (Column), Salesperson's ID, Salesperson's Name, Targets (Column), Sales(Column), Achievement% (Measure), Achievement Bin (Measure), Total Incentive(Measure).

 

Sample Data: 

RegionsYearSalesperson IDSalesperson NameTargetSales

Region 120231Salesperson 1100116
Region 120232Salesperson 2100106
Region 120233Salesperson 3100102
Region 120234Salesperson 410098
Region 120235Salesperson 510088
Region 120236Salesperson 610081
Region 120237Salesperson 710078
Region 120238Salesperson 810060
Region 220239Salesperson 9100112
Region 2202310Salesperson 1010095
Region 2202311Salesperson 1110080
Region 2202312Salesperson 1210078
Region 2202313Salesperson 1310070
Region 2202314Salesperson 1410060
Region 2202315Salesperson 1510050
Anonymous
Not applicable

Hi @Anonymous 

For the first problem, you can use the filter() function to calculate the quantity.

e.g 

Measure =
CALCULATE (
    COUNTROWS ( table ),
    FILTER ( table, [Regions] = "Region1" && [Incentive] > 500 )
)

For the second querstion, the measure cannot be put into a slicer, it is a virtual data, the slicer need to put a existed column, so it's better to creata a column.

 

Best Regards!

Yolo Zhu

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors