Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I'm working with Report Builder and am trying to create the following table in a tablix (created in PBI for simplicity but needs to be done in Report builder):
Hours is the total sum of hours for that project and only shows one row per project.
The problem is, there is one column in my dataset called "Months" which is the spread of hours for that month. I only take into account any projects that have a month spread of current month + 24 months ahead. Report Builder will spread the hours regardless of whether or not the Month column is in the tablix, simply because it is in the dataset. Is there a way to only have it summarized for each project, similarly to how Power BI does it automatically in their table?
I attached an example of the PBI for the dataset example and what happens when I use it in Report Builder.
Power BI Dataset + Desired Results
Thank you!
Solved! Go to Solution.
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.
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 ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.
Best Regards,
Yuna
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 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!
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.
Hi Yuna,
I'm not able to replicate your steps and right clicking does not give me the option to change the data type.
Is there a difference between uploading from flat files and files that are using a live data source?
Thanks!
Hi @rtran ,
You may have found the wrong place. Please right click the dataset and select the "Query" option, then follow the steps as I mentioned before. It should work.
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 Yuna,
My previous screenshot was in the "Query" option but I still don't seem to have that option available to me?
Thanks!
Hi @rtran ,
Sorry for late reply. Based on your description, I did a test as follows.
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 Yuna,
Yes, I have. The results are still not aggregated and come in as separate rows. Additionally, the summation value of Hours becomes the total hours of all projects instead of total hours of each corresponding project (ex. total hours of all project vs total hours of project A / B / C separately). Do you have any other ideas? Specifically in regards to fixing it on report builder, since it doesn't seem to be an issue with PBI.
Thanks!