The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
My table looks like below. date is date type and connected with date table
date | sales |
2018-01 | 1 |
2018-02 | 1 |
2018-03 | 1 |
2018-04 | 1 |
2018-05 | 1 |
I want to achieve below by using DAX.
date | 2018-01 | 2018-02 | 2018-03 | 2018-04 | 2018-05 |
sales | 1 | 1 | 1 | 1 | 1 |
Kindly help.
Solved! Go to Solution.
@sam_nik12345 , I a matrix visual
Date on column , Sales on values .
Show on row - on
Nothing on row
Check the file attached after signature
@sam_nik12345 , I a matrix visual
Date on column , Sales on values .
Show on row - on
Nothing on row
Check the file attached after signature
User | Count |
---|---|
80 | |
74 | |
41 | |
30 | |
28 |
User | Count |
---|---|
107 | |
96 | |
53 | |
47 | |
47 |