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
Hello
is it possible to store all the values of column human in a variable in Dax when the hour <3. ? So only the values A and B will be stored in a variable. I want to use this variable in the calculation that I have. I want to uses the variable in values function like human in values (variable that is defined and keeps both A and B)
Solved! Go to Solution.
Hi @razieh1990
Please try the following measure:
Measure = CALCULATE(MAX('Table'[HUMAN]),FILTER('Table','Table'[HOUR]<3))
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @razieh1990
Please try the following measure:
Measure = CALCULATE(MAX('Table'[HUMAN]),FILTER('Table','Table'[HOUR]<3))
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 11 | |
| 10 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 19 | |
| 12 | |
| 11 |