We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Hi DAX Gurus and fellow Noobs,
I am looking for help with the following Table:
ReferenceName | Amount |
GST | -40 |
Call out fee | 100 |
reimbursement | 400 |
GST | -200 |
Call out fee | 60 |
GST | 20 |
Call out fee | 100 |
Meals | 50 |
I want to get the SUM(Table[Amount]) where Table[ReferenceName] = "GST" AND "Call out fee". What DAX formula could achieve this?
The above table is an extract from a SQL db and has 1000s of rows and 100s of different values in the ReferenceName column.
Any help will be much appriciated. thank you!
Solved! Go to Solution.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @JasonNahal ,
You can directly use some default visuals in Power BI Desktop and add some visual-level filters to achieve this function (for example: table visual)
In addition , if you want to create calculated column/ measure through DAX , you can use the below similar formula to create it .
If the above methods are not applicable in your scenario, please provide the related table structure and more sample data(exclude sensitive data).
Best Regards
Rena
Hi @JasonNahal ,
You can directly use some default visuals in Power BI Desktop and add some visual-level filters to achieve this function (for example: table visual)
In addition , if you want to create calculated column/ measure through DAX , you can use the below similar formula to create it .
If the above methods are not applicable in your scenario, please provide the related table structure and more sample data(exclude sensitive data).
Best Regards
Rena
Thank you @Anonymous. Filters did the trick.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Portuguêsthank you for responding @MFelix. using Filters for the visualization did the trick.
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |