Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
Hi @Tomas930115 ,
If you want a table visual displayed, it could be achieved.
If you want a calculated table created by dax, as @amitchandak said, it's impossible.
Because calculated tables are static results, results are not dynamically updated because of slicer or filter filtering.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Tomas930115 , You can not create a table based on the selected value. As that will not be correct
For error
This may measure where are using that code
or you need a max here
[User_selection_actual] = max(ariables[var_Slicer_option_Actual_1])
I will illustrate the problem in this example:
Original Table:
| Version | Revenue | Product |
| x | 10 | |
| x | 10 | |
| x | 10 | |
| x | 10 | |
| z | 20 | |
| z | 20 | |
| y | 30 | |
| a | 40 |
On PowerBi dashborad, I the user would select "version" for instance -> "x" and the new table would be created only with a rows version "x"
New table:
| Version | Revenue | Product |
| x | 10 | |
| x | 10 | |
| x | 10 | |
| x | 10 |
Hi @Tomas930115 ,
If you want a table visual displayed, it could be achieved.
If you want a calculated table created by dax, as @amitchandak said, it's impossible.
Because calculated tables are static results, results are not dynamically updated because of slicer or filter filtering.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.