Forum Discussion
Report Builder Tablix - How to avoid data being expanded
- Anonymous5 years ago
Hi rtran ,
Forgot to add some steps.
1.
2. add a filter of your table (format of "24 hours" is integer)
3. Repeat the above steps
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years ago
Hi rtran ,
Let me explain my steps again after modifying some of them.
1. click the value of Hours and change data type as "number".
2. right-click table and select "Tablix Properties"
3. create a filter and enter "=1" in the value expression
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi rtran ,
Let me explain my steps again after modifying some of them.
1. click the value of Hours and change data type as "number".
2. right-click table and select "Tablix Properties"
3. create a filter and enter "=1" in the value expression
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- rtran5 years agoHelper I
Hi Yuna,
That worked for me this time, thank you! I also was able to do something similar with the DAX Query and alter it with finding the sum in the query, but I much prefer your method to mine.
Thank you for all your help!