Forum Discussion
TorstenMa
1 year agoFrequent Visitor
Visualisation of Data-Groups without Measure
Hi there, is it possible to generate a Report just like that in Power BI: I need it as a straight list of data without measures or something like that. The data is stored nearly exactly as...
lbendlin
1 year agoSuper User
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
TorstenMa
1 year agoFrequent Visitor
I simplified my example, so I hope it gets clearer:
In the Database I have:
| SB_SCHL | BestNr | ArtikelNr |
| 1 | 1 | A |
| 1 | 2 | B |
| 2 | 3 | C |
| 3 | 4 | D |
| 3 | 5 | E |
Now I want this output:
SB_SCHL | 1 |
| Bestnr | Artikelnr |
| 1 | A |
| 2 | B |
SB_SCHL | 2 |
| Bestnr | Artikelnr |
| 3 | C |
| SB_SCHL | 3 |
| Bestnr | Artikelnr |
| 4 | D |
| 5 | E |