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 September 15. Request your voucher.
Hello,
Does someone know how to filter a table from a created column that comes from a new variable? I'll show the measure:
--------------------------------------------------------------------------------------
Of course, DAX doesn't accept the new column "Dif_Hours123" as a table name or a correct function. But I can't find a suitable alternative.
Much appreciated if you can help...
Update:
I've got something closer by applying countax after virtual table. Still result not satisfactory as it shows total of rows without filter:
Total is 11 and by filtering it should be 5.
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |