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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have raw data with below format. Each station and each date can have a multiple parameter name but the Total Qty will be the same as it it a qty of testing unit on that station / day.
I want to create total of each station (Total(Station)). And it works.
However, if I put some filter and start using date slicer, the calculation is wrong.
==> filter to station 1&2 only : Still get correct Total Station
After adjust date slicer, the Total Station is wrong
here are all the calculation
How can I fix this?
Solved! Go to Solution.
Hi @Anonymous,
Create 2 measures as below, both measures are working with changes in date and station slicer.
Hi @Anonymous,
Create 2 measures as below, both measures are working with changes in date and station slicer.
I change the formula a bit to
That doesn't work. By using "ALL" function, it doesn't take the date fitler into account.
Hi @Anonymous,
For Grand Total use:
Grand Total = CALCULATE([Total Test], ALL('Sample1'))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Previous Forecasts
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |