Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Greetings,
I have used below measure to get total count -
Solved! Go to Solution.
Hi, @Anonymous
Try to change you formula "column" as below:
Column =
DIVIDE (
SUM('Sample-PRT028'[Total_Steps]),
CALCULATE ( [Count_total_steps], ALL ( 'Sample-PRT028' ) )
)
Best Regards,
Community Support Team _ Eason
Hi, @Anonymous
Try to change you formula "column" as below:
Column =
DIVIDE (
SUM('Sample-PRT028'[Total_Steps]),
CALCULATE ( [Count_total_steps], ALL ( 'Sample-PRT028' ) )
)
Best Regards,
Community Support Team _ Eason
@Anonymous , In case you need a new measure
Measure = DIVIDE([Count_total_steps ],calculate([Count_total_steps], ALLSELECTED('Sample-PRT028')))
New column
Column = DIVIDE('Sample-PRT028'[Total_Steps],Sum('Sample-PRT028'[Total_Steps]))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |