Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I am trying to create a table in matrix which will show the quarterwise Budget, Forecast and Actuals. The below is the output I am getting while putting the data in the matrix in Power BI.
| Q1 | Q1 | Q1 | Q2 | Q2 | Q2 | Q3 | Q3 | Q3 | Q4 | Q4 | Q4 | |
| Budget | Forecast | Actual | Budget | Forecast | Actual | Budget | Forecast | Actual | Budget | Forecast | Actual | |
| A | ||||||||||||
| B |
However, I want this is to be show in other way where Budget will show with all the quarters, then Forecast and so on. for Example.
| Budget | Budget | Budget | Budget | Forecast | Forecast | Forecast | Forecast | Actuals | Actuals | Actuals | Actuals | |
| Q1 | Q2 | Q3 | Q4 | Q1 | Q2 | Q3 | Q4 | Q1 | Q2 | Q3 | Q4 | |
| A | ||||||||||||
| B |
Any help in this regards is highly appreciated.
Thanks,
Rakesh
Solved! Go to Solution.
Hi @rsharma81
You can use disconnected table + dynamic measures, I didn't find an example with the same scenario as yours, but the method in the linked blog post has the same logic.
You need to create a table with the wanted format of hierarchies and order columns and use the selectedvalue() DAX function.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi Rita,
Thanks for the reply, however, In this video an addin tool Tabular Editor is required to perform the task. Given a limitation in my office laptop I can't use Tabular Editor. Therefore, a solution is required in Power BI or if with DAX. Any help is really appreciated.
With new versions, we have calculated groups "in-house".
https://www.youtube.com/watch?v=vAnb3e1NCjM
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi Rita,
Thanks, It is really useful however, it seems that the Power BI installed on my system is before October and hence this option of Calculation is not available in it. Any other way we can achieve it?
Thanks for your kind help.
Hi @rsharma81
You can use disconnected table + dynamic measures, I didn't find an example with the same scenario as yours, but the method in the linked blog post has the same logic.
You need to create a table with the wanted format of hierarchies and order columns and use the selectedvalue() DAX function.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @rsharma81
You can achieve it with calculation groups, please refer to the linked video :
https://www.youtube.com/watch?v=q-zFoQfBHXM
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 30 | |
| 23 |