Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
I have a Tableau histogram I want to replicate in Power BI showing project number groupings. Projects receive a new project number each fiscal year, but there is an identifier column that groups these projects together. For example, a continuing project in 2019, 2020, and 2021 could have three distinct project numbers, but are grouped together by one indicator value.
I used this calculation in Tableau:
{FIXED [Project Identifier]:COUNTD([Project Number])}
Does PowerBI support level-of-detail calculations like this? If so, how could I make a frequency bar chart like what I described above? Thank you.
Hi @324 ,
I created some data:
Here are the steps you can follow:
1. In Power Query – check [project number] – [Split Column].
2. Select the new three columns – Unpivot Column.
Result:
3. Result:
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@v-yangliu-msft Here is some test data to make myself more clear.
Project Number | Enduring Project Identifier |
123456 | 324 |
234567 | 324 |
345678 | 324 |
456789 | 476 |
567890 | 476 |
678901 | 495 |
789012 | 496 |
890123 | 202 |
901234 | 202 |
Hi @v-yangliu-msft, thanks for much. That is close to what I want, but not quite. Would it be difficult to make it look like this? Sorry if my description was not clear.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.