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! It's time to submit your entry. Live now!
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! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 5 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 9 | |
| 8 | |
| 8 |