Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello All,
Please, I need some help with DAX (not in PQ)
I have a table below
DATE TypeA TypeB
1/16/2021 A B
1/30/2021 A B
2/13/2021 A B
2/27/2021 A B
3/20/2021 A B
Is there a way I can get a format like this using DAX?
1/30/2021A
| DATE | TYPE |
1/16/2021 | A |
| 2/13/2021 | A |
| 2/27/2021 | A |
| 3/20/2021 | A |
1/16/2021 | B |
| 1/30/2021 | B |
| 2/13/2021 | B |
| 2/27/2021 | B |
| 3/20/2021 | B |
Thank you
Solved! Go to Solution.
hi @Puja
try like:
Hi @Puja
how many types do you have? Any columns other than date and type are required?
Hi @tamerj1 ,
Yes, I do have other columns like Month and Year.
Also, I want the reqested format in the same table.
TIA
Would you please update the provided sample perhaps with more realistic data?
hi @Puja
try like:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |